Merge pull request #1568 from rico-chet/add-gitmodules-to-editorconfig

editorconfig: Add `.git*` section
This commit is contained in:
Nils Winkler
2020-04-21 08:20:08 +02:00
committed by GitHub

View File

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