Skip to content

Commit dc87d72

Browse files
authored
Merge pull request #1006 from julia-vscode/sp/format-in-equals
Stop being opinionated on `=` vs `in` for iteration
2 parents f7083eb + 455db2b commit dc87d72

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
2020
CSTParser = "3.3"
2121
JSON = "0.20, 0.21"
2222
JSONRPC = "1.1"
23-
JuliaFormatter = "0.18.1, 0.19"
23+
JuliaFormatter = "0.20.0"
2424
StaticLint = "8.0"
2525
SymbolServer = "7.1"
2626
Tokenize = "0.5.10"

src/requests/features.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,8 @@ function default_juliaformatter_config(params)
145145
annotate_untyped_fields_with_any = false,
146146
join_lines_based_on_source = true,
147147
trailing_comma = nothing,
148-
margin = 10_000
148+
margin = 10_000,
149+
always_for_in = nothing
149150
)
150151
end
151152

0 commit comments

Comments
 (0)