diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-07-26 01:00:48 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-07-26 01:00:48 +0200 |
commit | 2cb3e42b7ea9ba6b169d02827475a6a19fd35b3b (patch) | |
tree | f74c59341340d82c1006e7a138c92af37f47a911 /.editorconfig | |
parent | flamegraph.sh: prettier and narrower graphs (diff) | |
download | cimple-2cb3e42b7ea9ba6b169d02827475a6a19fd35b3b.tar.gz cimple-2cb3e42b7ea9ba6b169d02827475a6a19fd35b3b.zip |
use tabs consistently
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 |