Skip to content

Commit a5a4e9b

Browse files
authored
Merge pull request #1033 from julia-vscode/kwargs-whitespace-default
Make no whitespace around kwargs default
2 parents cc01b65 + 5d4a140 commit a5a4e9b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/requests/features.jl

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

0 commit comments

Comments
 (0)