diff --git a/.editorconfig b/.editorconfig index 42a46b4..9d4d957 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,7 +12,9 @@ indent_style = space indent_size = 4 trim_trailing_whitespace = true -# YAML +[Makefile] +indent_style = tab + [{*.yaml,*.yml}] indent_style = space indent_size = 2