Update new editorconfig indent favor
This commit is contained in:
parent
b4424419c0
commit
e97b609d91
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ root = true
|
|||
# Tab indentation
|
||||
[*]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
indent_size = 2
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
||||
|
|
Loading…
Reference in a new issue