diff --git a/.editorconfig b/.editorconfig index 1818b619..78bf3a94 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,3 +3,7 @@ root = true [*.md] insert_final_newline = true trim_trailing_whitespace = true + +[Makefile] +indent_style = tab +indent_size = 4 \ No newline at end of file