style: set trim_trailing_whitespace = false in *.md
because Markdown use three trailing spaces to change linepull/207/head
parent
ca5ee109c2
commit
6ea4504906
|
@ -9,3 +9,7 @@ trim_trailing_whitespace = true
|
|||
|
||||
[*.py]
|
||||
indent_size = 4
|
||||
|
||||
[*.md]
|
||||
indent_size = 4
|
||||
trim_trailing_whitespace = false
|
||||
|
|
Loading…
Reference in New Issue