Update .editorconfig
This commit is contained in:
parent
d0b951356c
commit
b84f148b2e
|
@ -2,7 +2,6 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
||||
|
@ -11,6 +10,13 @@ charset = utf-8-bom
|
|||
indent_style = space
|
||||
indent_size = 4
|
||||
|
||||
[my_version.h]
|
||||
charset = utf-8-bom
|
||||
|
||||
[*.{c,h,cpp}]
|
||||
indent_style = tab
|
||||
indent_size = unset
|
||||
|
||||
[*.{yaml,yml,rc}]
|
||||
charset = utf-8
|
||||
indent_style = space
|
||||
|
@ -22,10 +28,6 @@ end_of_line = lf
|
|||
indent_style = tab
|
||||
indent_size = unset
|
||||
|
||||
[*.{c,h,cpp}]
|
||||
indent_style = tab
|
||||
indent_size = unset
|
||||
|
||||
[*.{txt,cmd,bat}]
|
||||
charset = utf-8
|
||||
|
||||
|
|
Loading…
Reference in New Issue