Skip to content

Commit 5d4a140

Browse files
committed
Make no whitespace around kwargs default
1 parent cc01b65 commit 5d4a140

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)