LanguageServer.jl
LanguageServer.jl copied to clipboard
Add option "useFormatterConfigDefaults" to make it search upwards for .JuliaFormatter.toml and also in home dir
Fixes https://github.com/julia-vscode/julia-vscode/issues/3560
Add option "useFormatterConfigDefaults" to make it search upwards for .JuliaFormatter.toml and also in home dir.
If the option is not true, it keeps the current behavior.