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
from my understanding it is different than JuliaFormatter.jl default . Is it the reason I have to create a .JuliaFormatter.toml file for every project? Especially the margin setting.
The text was updated successfully, but these errors were encountered:
Yes, the defaults are different. In general the defaults in VS Code are meant to be very minimal, i.e. a lot less opiniated than the current defaults for JuliaFormatter. We at some point had a plan how to unify this, but we somehow got stuck in the middle... Probably worth revisiting this, as it is pretty annoying...
Would you mind me changing margin to 92 before a unified solution is available?
I think we actually agreed that JuliaFormatter would change its default to be less opinionated. One key thing is that by default we don't want any line breaks added or removed, so I don't think we should change the VS Code default right now, just to change it back again once we unify.
LanguageServer.jl/src/requests/features.jl
Line 143 in 48ea5bf
.JuliaFormatter.toml
file for every project? Especially the margin setting.The text was updated successfully, but these errors were encountered: