Don't trim trailing whitespace in markdown files
This commit is contained in:
parent
25b43d2bf9
commit
f42581850f
@ -10,5 +10,8 @@ trim_trailing_whitespace = true
|
|||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
|
||||||
|
[*.md]
|
||||||
|
trim_trailing_whitespace = false
|
||||||
|
|
||||||
[*.yml]
|
[*.yml]
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user