Don't trim trailing whitespace in markdown files
This commit is contained in:
parent
25b43d2bf9
commit
f42581850f
1 changed files with 3 additions and 0 deletions
|
@ -10,5 +10,8 @@ trim_trailing_whitespace = true
|
|||
indent_style = space
|
||||
indent_size = 4
|
||||
|
||||
[*.md]
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
[*.yml]
|
||||
indent_size = 2
|
||||
|
|
Loading…
Reference in a new issue