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

editorconfig: Add `.git*` section
pull/1569/head
Nils Winkler 2020-04-21 08:20:08 +02:00 committed by GitHub
commit 9cf56cf47b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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