diff --git a/Project.toml b/Project.toml index 406e8176..7d676a5a 100644 --- a/Project.toml +++ b/Project.toml @@ -20,7 +20,7 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" CSTParser = "3.3" JSON = "0.20, 0.21" JSONRPC = "1.1" -JuliaFormatter = "0.18.1, 0.19" +JuliaFormatter = "0.20.0" StaticLint = "8.0" SymbolServer = "7.1" Tokenize = "0.5.10" diff --git a/src/requests/features.jl b/src/requests/features.jl index 40d8327d..6049eba6 100644 --- a/src/requests/features.jl +++ b/src/requests/features.jl @@ -145,7 +145,8 @@ function default_juliaformatter_config(params) annotate_untyped_fields_with_any = false, join_lines_based_on_source = true, trailing_comma = nothing, - margin = 10_000 + margin = 10_000, + always_for_in = nothing ) end