mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
tweak editor config (#1027)
This commit is contained in:
parent
36e6de10c8
commit
73fbf8e08d
|
|
@ -6,8 +6,14 @@ charset = utf-8
|
|||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
||||
[*.patch]
|
||||
insert_final_newline = false
|
||||
[Makefile]
|
||||
indent_style = tab
|
||||
|
||||
[*.md,*.patch]
|
||||
[*.patch]
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
[*.md]
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
[*.html]
|
||||
trim_trailing_whitespace = false
|
||||
|
|
|
|||
Loading…
Reference in a new issue