diff --git a/.editorconfig b/.editorconfig index 2560493..2d574b6 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,3 +13,6 @@ trim_trailing_whitespace = true [*.yml] indent_size = 2 + +[Makefile] +indent_style = tab