diff --git a/.editorconfig b/.editorconfig index c81c625cd328..5ae26bf83aef 100644 --- a/.editorconfig +++ b/.editorconfig @@ -15,3 +15,7 @@ indent_size = 4 [*.go] indent_size = 4 indent_style = tab + +[Makefile] +indent_size = 2 +indent_style = tab