reduce editorconfig to essentials.
This commit is contained in:
@@ -10,29 +10,9 @@ end_of_line = LF
|
|||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
indent_size = tab
|
|
||||||
tab_width = 8
|
|
||||||
|
|
||||||
[*.{S,s,asm}]
|
|
||||||
tab_width = 8
|
|
||||||
|
|
||||||
[*.{c,h,cpp,hpp}]
|
|
||||||
tab_width = 8
|
|
||||||
|
|
||||||
[*.{glsl}]
|
|
||||||
tab_width = 8
|
tab_width = 8
|
||||||
|
|
||||||
# forces the usage of 4 spaces
|
# forces the usage of 4 spaces
|
||||||
[*.{py,rs,cs}]
|
[*.{py,rs,cs}]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
tab_width = 4
|
indent_size = 4
|
||||||
|
|
||||||
[*.{json,jsonc}]
|
|
||||||
tab_width = 8
|
|
||||||
|
|
||||||
[*.{yaml,toml}]
|
|
||||||
indent_style = space
|
|
||||||
tab_width = 4
|
|
||||||
|
|
||||||
[*.{html,css,scss}]
|
|
||||||
tab_width = 8
|
|
||||||
|
|||||||
Reference in New Issue
Block a user