diff options
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/.editorconfig b/.editorconfig index 4623061..83044fd 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,19 +1,18 @@ root = true [*] -indent_style = space -indent_size = 4 -insert_final_newline = true - -[Makefile] -indent_style = tab - -[*.{c,h}] indent_style = tab indent_size = 8 +insert_final_newline = true -[*.sql] -indent_style = tab +[CMakeLists.txt] +indent_style = space +indent_size = 4 + +[*.py] +indent_style = space +indent_size = 4 [*.yml] +indent_style = space indent_size = 2 |