diff --git a/.editorconfig b/.editorconfig index 6ccdbfc9..5cac4723 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,3 +13,6 @@ indent_style = tab [*.proto] indent_size = 2 + +[{Makefile,*.mk}] +indent_style = tab