Allow trailing spaces in md/rst files

This commit is contained in:
Noah Gorny
2020-12-17 01:42:16 +02:00
parent 501b1ab3b5
commit 859038e58f
3 changed files with 6 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
[*.{md,rst}]
trim_trailing_whitespace = false
[.git*]