diff --git a/.editorconfig b/.editorconfig index 172e714c..eda85443 100644 --- a/.editorconfig +++ b/.editorconfig @@ -55,3 +55,6 @@ indent_style = space [*.{yaml,yml}] indent_size = 2 indent_style = space + +[{.gitconfig,.gitmodules}] +indent_style = tab