update .editorconfig (test indent_style = tab)
This commit is contained in:
parent
ecb42eb571
commit
e0fd924208
1 changed files with 3 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
indent_style = space
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
|
@ -12,4 +12,5 @@ trim_trailing_whitespace = true
|
|||
insert_final_newline = true
|
||||
|
||||
[*.md]
|
||||
trim_trailing_whitespace = false
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
|
|
Loading…
Reference in a new issue