You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given this input it remains completely unchanged from VS Code Format Document without any .JuliaFormatter.toml (which should then default into the MinimalStyle).
But the JuliaFormatter.format on the same input (and same for format_text or format_file), gives instead (1+2):3.
I cannot also see any way to change such behaviour from the .toml file, seems like it is a parser problem of the vscode extension (maybe not updated JuliaFormatter version?).