The current version uses its own config file for formatting (JuliaFormat.toml), and essentially is designed to completely take over at the user-facing front end for users. In practice this means that the LS uses this config file for formatting and ignores any other config setting, and https://github.com/julia-vscode/JuliaFormat.jl is the command line interface for formatting.
#198 changed the format of this new config file, and there was some discussion whether we should have it in the first place. We can try to sort out whether that config file should be there or not in this issue here.
The current version uses its own config file for formatting (
JuliaFormat.toml), and essentially is designed to completely take over at the user-facing front end for users. In practice this means that the LS uses this config file for formatting and ignores any other config setting, and https://github.com/julia-vscode/JuliaFormat.jl is the command line interface for formatting.#198 changed the format of this new config file, and there was some discussion whether we should have it in the first place. We can try to sort out whether that config file should be there or not in this issue here.