diff --git a/.editorconfig b/.editorconfig index 0f7ae82..1d2e96e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,3 +7,8 @@ end_of_line = lf tab_width = 2 indent_size = 2 indent_style = space + +[Makefile] +tab_width = 8 +indent_style = tab +