diff --git a/.editorconfig b/.editorconfig index 84fda39..355ee3e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -14,5 +14,8 @@ insert_final_newline = true [composer.json] indent_size = 4 -[.travis.yml] +[Makefile] +indent_style = tab + +[*.yml,*.yaml] indent_size = 2