diff --git a/.editorconfig b/.editorconfig index fa390d8aa6..70a3f72147 100644 --- a/.editorconfig +++ b/.editorconfig @@ -19,3 +19,7 @@ indent_style = space [Vagrantfile] indent_size = 2 indent_style = space + +[Makefile] +indent_size = 4 +indent_style = tab