editorconfig: Add `.git*` section

Configuration files of `git` are managed by the tool and thus are
tab-indented. If a developer happens to edit such a file manually, the
indentation would become inconsistent.

Add an explicit section for such files and set the indentation to tabs.
pull/1568/head
Alex Thiessen 2020-04-20 21:01:49 +02:00
parent 3d1da4da4f
commit 4ad790aa47
No known key found for this signature in database
GPG Key ID: 6C90AE2B18A1CF5B
1 changed files with 3 additions and 0 deletions

View File

@ -10,3 +10,6 @@ insert_final_newline = true
[*.md] [*.md]
trim_trailing_whitespace = false trim_trailing_whitespace = false
[.git*]
indent_style = tab