diff --git a/.editorconfig b/.editorconfig index 554217b..eb99beb 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,15 +4,21 @@ root = true charset = utf-8 end_of_line = LF [*.[ch]] -indent_style = space +indent_style = tab indent_size = 4 max_line_length = 80 [README.md] max_line_length = 80 [CMakeLists.txt] -indent_style = space +indent_style = tab indent_size = 4 max_line_length = 80 [*.sh] -indent_style = space +indent_style = tab indent_size = 2 +[*.init] +indent_style = tab +indent_size = 4 +[*.conf] +indent_style = tab +indent_size = 4