Change tabs to 3 in rustfmt
This commit is contained in:
parent
3344ae7c1a
commit
d1fafb1d2c
|
@ -1,4 +1,4 @@
|
||||||
# Allman style
|
# Allman style
|
||||||
brace_style = "AlwaysNextLine"
|
brace_style = "AlwaysNextLine"
|
||||||
hard_tabs = true
|
hard_tabs = true
|
||||||
tab_spaces = 2
|
tab_spaces = 3
|
||||||
|
|
Loading…
Reference in New Issue