diff --git a/.editorconfig b/.editorconfig index f0c88fb..f893f4c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -24,3 +24,7 @@ indent_style = space # https://google.github.io/styleguide/shellguide.html#s5.1-indentation indent_size = 2 indent_style = space + +[Makefile] +indent_style = tab +tab_width = 2