Skip to content

Commit

Permalink
Merge pull request #1006 from julia-vscode/sp/format-in-equals
Browse files Browse the repository at this point in the history
Stop being opinionated on `=` vs `in` for iteration
  • Loading branch information
pfitzseb authored Dec 6, 2021
2 parents f7083eb + 455db2b commit dc87d72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 2 additions & 1 deletion src/requests/features.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit dc87d72

Please sign in to comment.