We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f7083eb + 455db2b commit dc87d72Copy full SHA for dc87d72
Project.toml
@@ -20,7 +20,7 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
20
CSTParser = "3.3"
21
JSON = "0.20, 0.21"
22
JSONRPC = "1.1"
23
-JuliaFormatter = "0.18.1, 0.19"
+JuliaFormatter = "0.20.0"
24
StaticLint = "8.0"
25
SymbolServer = "7.1"
26
Tokenize = "0.5.10"
src/requests/features.jl
@@ -145,7 +145,8 @@ function default_juliaformatter_config(params)
145
annotate_untyped_fields_with_any = false,
146
join_lines_based_on_source = true,
147
trailing_comma = nothing,
148
- margin = 10_000
+ margin = 10_000,
149
+ always_for_in = nothing
150
)
151
end
152
0 commit comments