Update .editorconfig

This commit is contained in:
isaak654 2022-11-20 18:34:16 +01:00 committed by GitHub
parent d0b951356c
commit b84f148b2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 5 deletions

View File

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