.editorconfig: mark c and header files as supported
This commit is contained in:
parent
df869585cf
commit
d374d6dfcf
@ -15,12 +15,16 @@ indent_size = 4
|
||||
indent_style = unset
|
||||
indent_size = unset
|
||||
|
||||
[*.c]
|
||||
|
||||
[*.css]
|
||||
|
||||
[*.dia]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
[*.h]
|
||||
|
||||
[*.html]
|
||||
|
||||
[*.js]
|
||||
|
Loading…
Reference in New Issue
Block a user