Change tabs to 3 in rustfmt

This commit is contained in:
Leni Aniva 2023-08-13 20:34:25 -07:00
parent 3344ae7c1a
commit d1fafb1d2c
1 changed files with 1 additions and 1 deletions

View File

@ -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