Skip to content

Commit 3abe05b

Browse files
committed
Add rustfmt for 2space tabs
1 parent 92c6fe1 commit 3abe05b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

rustfmt.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
max_width = 80
2+
tab_spaces = 2
3+
4+
struct_lit_width = 40
5+
struct_variant_width = 40
6+
chain_width = 60
7+
use_small_heuristics = "Max"

0 commit comments

Comments
 (0)