Skip to content

Commit

Permalink
Update rustfmt.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
clarfonthey committed Jul 25, 2023
1 parent 5fb8550 commit a553ab2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rustfmt-stable.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# attr_fn_like_width = 70 # Leave implicit
# chain_width = 60 # Leave implicit
edition = "2018"
fn_args_layout = "Tall"
fn_params_layout = "Tall"
# fn_call_width = 60 # Leave implicit
force_explicit_abi = true
hard_tabs = true
Expand Down
4 changes: 2 additions & 2 deletions rustfmt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# attr_fn_like_width = 70 # Leave implicit
# chain_width = 60 # Leave implicit
edition = "2018"
fn_args_layout = "Tall"
fn_params_layout = "Tall"
# fn_call_width = 60 # Leave implicit
force_explicit_abi = true
hard_tabs = true
Expand Down Expand Up @@ -69,7 +69,7 @@ normalize_comments = false
normalize_doc_attributes = false
overflow_delimited_expr = true
reorder_impl_items = true
required_version = "1.5.1"
required_version = "1.6.0"
skip_children = false
space_after_colon = true
space_before_colon = false
Expand Down

0 comments on commit a553ab2

Please sign in to comment.