diff --git a/.editorconfig b/.editorconfig index 159f286..45d1dfb 100644 --- a/.editorconfig +++ b/.editorconfig @@ -16,4 +16,15 @@ indent_brace_style = K&R curly_bracket_next_line = false spaces_around_operators = true spaces_around_brackets = true -quote_type = double + +[*.py] +indent_size = 4 + +[Makefile] +indent_style = tab + +[*.ini] +indent_size = 2 + +[*.cfg] +indent_size = 2