diff --git a/.editorconfig b/.editorconfig index ac085307..64497f3a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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]