Don't trim trailing whitespace for .md files

This commit is contained in:
Romain Failliot 2020-03-29 11:54:32 -04:00
parent 74e2c1123b
commit c4170ea836
1 changed files with 3 additions and 0 deletions

View File

@ -7,3 +7,6 @@ charset = utf-8
trim_trailing_whitespace = true trim_trailing_whitespace = true
insert_final_newline = true insert_final_newline = true
end_of_line = lf end_of_line = lf
[*.md]
trim_trailing_whitespace = false