diff --git a/editorconfig b/editorconfig index c455cab..406a9da 100644 --- a/editorconfig +++ b/editorconfig @@ -11,3 +11,6 @@ indent_size = 4 [{**.json,.travis.yml}] indent_style = space indent_size = 2 + +[{Makefile,Make,make}] +indent_style = tab \ No newline at end of file