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