add C to editorconfig
This commit is contained in:
parent
69ecc45378
commit
93a26b5f18
@ -25,6 +25,11 @@ indent_size = 4
|
|||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
|
# C
|
||||||
|
[{*.c,*.h}]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 2
|
||||||
|
|
||||||
# Web Sites
|
# Web Sites
|
||||||
[{*.html,*.css,*.json}]
|
[{*.html,*.css,*.json}]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
|
Loading…
Reference in New Issue
Block a user