Merge pull request #1568 from rico-chet/add-gitmodules-to-editorconfig
editorconfig: Add `.git*` sectionpull/1569/head
commit
9cf56cf47b
|
|
@ -10,3 +10,6 @@ insert_final_newline = true
|
||||||
|
|
||||||
[*.md]
|
[*.md]
|
||||||
trim_trailing_whitespace = false
|
trim_trailing_whitespace = false
|
||||||
|
|
||||||
|
[.git*]
|
||||||
|
indent_style = tab
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue