diff --git a/.editorconfig b/.editorconfig index ecfd732..77e3fe3 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,6 +4,10 @@ root = true end_of_line = lf insert_final_newline = false indent_size = 4 +indent_style = space [*.{yml,yaml}] indent_size = 2 + +[Makefile] +indent_style = tab