Skip to content

Commit

Permalink
Temp disable reorder_impl_items in rustfmt.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
yukibtc committed Jan 29, 2024
1 parent db6c87a commit fc5d2c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rustfmt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ tab_spaces = 4
newline_style = "Auto"
reorder_imports = true
reorder_modules = true
reorder_impl_items = false
indent_style = "Block"
normalize_comments = false
imports_granularity = "Module"
reorder_impl_items = true
group_imports = "StdExternalCrate"

0 comments on commit fc5d2c7

Please sign in to comment.