mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
Fix for markdown files (#618)
We shouldn't trim trailing whitespace in markdown files.
This commit is contained in:
parent
fd351a5b93
commit
b0770e0bc3
1 changed files with 3 additions and 0 deletions
|
|
@ -7,3 +7,6 @@ end_of_line = lf
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
|
||||||
|
[*.md]
|
||||||
|
trim_trailing_whitespace = false
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue