Skip to content

Commit

Permalink
rustfmt old option rename
Browse files Browse the repository at this point in the history
  • Loading branch information
simdimdim committed Dec 9, 2024
1 parent 46e0144 commit b4af121
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rustfmt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ reorder_impl_items = true
reorder_imports = true
reorder_modules = true

# fn_args_layout = "Vertical"
fn_args_layout = "Compressed"
# fn_params_layout = "Vertical"
fn_params_layout = "Compressed"
# fn_params_layout = "Compressed" # #4163
fn_single_line = true
force_multiline_blocks = false
Expand Down

0 comments on commit b4af121

Please sign in to comment.