Skip to content

Commit

Permalink
cleanup standards
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSolanaceae committed Nov 4, 2024
1 parent 96f20e3 commit 26246ba
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion rustfmt.toml
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
tab_spaces = 2
edition = "2021"
max_width = 100
use_small_heuristics = "Max"
struct_field_align_threshold = 3
reorder_imports = true
group_imports = "Preserve"
format_macro_bang = true
allow_comments = true
format_panic_macro = true
hard_tabs = true
tab_spaces = 4

0 comments on commit 26246ba

Please sign in to comment.