diff --git a/editorconfig/.editorconfig b/editorconfig/.editorconfig index b661808..0aa9459 100644 --- a/editorconfig/.editorconfig +++ b/editorconfig/.editorconfig @@ -2,3 +2,6 @@ indent_style = space indent_size = 4 trim_trailing_whitespace = true + +[Makefile] +indent_style = tab