diff --git a/.editorconfig b/.editorconfig index c874958..73e6be2 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,3 +10,7 @@ indent_size = 2 [Makefile] indent_style = tab tab_width = 4 + +[*.gitattributes] +indent_style = tab +tab_width = 16