style: set trim_trailing_whitespace = false in *.md

because Markdown use three trailing spaces to change line
pull/207/head
Coelacanthus 2021-11-30 17:52:17 +08:00
parent ca5ee109c2
commit 6ea4504906
No known key found for this signature in database
GPG Key ID: E35C89E45867AE35
1 changed files with 4 additions and 0 deletions

View File

@ -9,3 +9,7 @@ trim_trailing_whitespace = true
[*.py]
indent_size = 4
[*.md]
indent_size = 4
trim_trailing_whitespace = false