diff --git a/.editorconfig b/.editorconfig index f62c117..c6d6110 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,18 +9,8 @@ charset = utf-8 end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true - -[*.{c,h}] indent_style = tab -indent_size = tab - -[{makefile}] -indent_style = tab -indent_size = tab - -[*.{json}] -indent_style = tab -indent_size = tab +indent_size = 8 [*.{yaml}] indent_style = space