fix: fix indent size
This commit is contained in:
parent
f0f74e786f
commit
067473e045
|
@ -1,6 +1,6 @@
|
||||||
column_width = 80
|
column_width = 80
|
||||||
line_endings = "Unix"
|
line_endings = "Unix"
|
||||||
indent_type = "Spaces"
|
indent_type = "Spaces"
|
||||||
indent_width = 4
|
indent_width = 2
|
||||||
quote_style = "AutoPreferSingle"
|
quote_style = "AutoPreferSingle"
|
||||||
call_parentheses = "Always"
|
call_parentheses = "Always"
|
||||||
|
|
Loading…
Reference in New Issue