.editorconfig: mark c and header files as supported

This commit is contained in:
Jan-Niklas Burfeind 2023-01-03 16:15:00 +01:00
parent df869585cf
commit d374d6dfcf

View File

@ -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]