.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_style = unset
|
||||||
indent_size = unset
|
indent_size = unset
|
||||||
|
|
||||||
|
[*.c]
|
||||||
|
|
||||||
[*.css]
|
[*.css]
|
||||||
|
|
||||||
[*.dia]
|
[*.dia]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
|
[*.h]
|
||||||
|
|
||||||
[*.html]
|
[*.html]
|
||||||
|
|
||||||
[*.js]
|
[*.js]
|
||||||
|
Loading…
Reference in New Issue
Block a user