diff options
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index e85ebec..4623061 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,6 +5,15 @@ indent_style = space indent_size = 4 insert_final_newline = true -[*.{c,h,sql}] +[Makefile] +indent_style = tab + +[*.{c,h}] indent_style = tab indent_size = 8 + +[*.sql] +indent_style = tab + +[*.yml] +indent_size = 2 |