diff options
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.editorconfig b/.editorconfig index 915ad66..12032e6 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,8 +9,8 @@ insert_final_newline = true [*.{c,h}] trim_trailing_whitespace = true -indent_style = tab -indent_size = 8 +indent_style = space +indent_size = 2 [Makefile] trim_trailing_whitespace = true |