diff --git a/.editorconfig b/.editorconfig
index 3fbca8424f..0fb78d3dc0 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -16,6 +16,9 @@ indent_size = 4
 indent_style = tab
 indent_size = 2
 
+[Makefile]
+indent_style = tab
+
 [*.{less,yml}]
 indent_style = space
 indent_size = 2