Skip to content

Commit

Permalink
chore: rust fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
thesimplekid authored and vnprc committed Nov 13, 2024
1 parent d23733c commit 072dd71
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion rustfmt.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
tab_spaces = 4
max_width = 100
newline_style = "Auto"
reorder_imports = true
reorder_modules = true
reorder_impl_items = false
indent_style = "Block"
normalize_comments = false
imports_granularity = "Module"
group_imports = "StdExternalCrate"

0 comments on commit 072dd71

Please sign in to comment.