issues
search
julia-vscode
/
DocumentFormat.jl
Auto-formatter for Julia
Other
62
stars
18
forks
source link
Spaces between `function` and the name of the function should be removed
#50
Closed
davidanthoff
closed
4 years ago
davidanthoff
commented
4 years ago
For example
function bar()
should turn into
function bar()
ZacLN
commented
4 years ago
63
For example
should turn into