julia-vscode / DocumentFormat.jl

Auto-formatter for Julia
Other
62 stars 18 forks source link

Use kwspacing name for options #111

Closed davidanthoff closed 4 years ago

davidanthoff commented 4 years ago

Right now we use different names in different packages for this.

ZacLN commented 4 years ago

I've made an equivalent PR on LanguageServer adjusting the use there to kwarg (this is what it's also called in julia-vscode per my PR at the time)

ZacLN commented 4 years ago

https://github.com/julia-vscode/LanguageServer.jl/pull/756