add C to editorconfig

This commit is contained in:
Alexander Popov 2022-04-07 22:35:37 +03:00
parent 69ecc45378
commit 93a26b5f18
Signed by: iiiypuk
GPG Key ID: 3F76816AEE08F908
1 changed files with 5 additions and 0 deletions

View File

@ -25,6 +25,11 @@ indent_size = 4
indent_style = space
indent_size = 2
# C
[{*.c,*.h}]
indent_style = space
indent_size = 2
# Web Sites
[{*.html,*.css,*.json}]
indent_style = tab