diff options
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index 946396e..ab11d40 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,7 +12,12 @@ trim_trailing_whitespace = true indent_style = space indent_size = 2 -[{*.c,Makefile}] +[*.{c,h}] +trim_trailing_whitespace = true +indent_style = tab +indent_size = 8 + +[Makefile] trim_trailing_whitespace = true indent_style = tab indent_size = 8 |