diff --git a/.editorconfig b/.editorconfig index afee954d52..830f5794d2 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,3 +13,7 @@ indent_size = 2 [*.md] trim_trailing_whitespace = false + +[Makefile] +indent_style = tab +indent_size = 4