diff --git a/.editorconfig b/.editorconfig index 87e50155..e302645a 100755 --- a/.editorconfig +++ b/.editorconfig @@ -10,3 +10,6 @@ insert_final_newline = true [*.md] trim_trailing_whitespace = false + +[.git*] +indent_style = tab