diff --git a/.editorconfig b/.editorconfig index 510e1a442..ad4dc394f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,22 +10,6 @@ insert_final_newline = true indent_style = space indent_size = 2 -# JavaScript -[*.js] -indent_style = space -indent_size = 2 - -# YAML -[*.yml] -indent_style = space -indent_size = 3 - -# JSON -[*.json] -indent_style = space -indent_size = 2 - -# SHELL -[*.sh] -indent_style = space -indent_size = 2 +# Makefile +[Makefile] +indent_style = tab