Don't trim trailing whitespaces for markdown (#29)
This commit is contained in:
parent
46f52f751d
commit
24b59f8965
1 changed files with 3 additions and 0 deletions
|
@ -25,3 +25,6 @@ indent_size = 4
|
|||
|
||||
[Makefile]
|
||||
indent_style = tab
|
||||
|
||||
[*.md]
|
||||
trim_trailing_whitespace = false
|
||||
|
|
Loading…
Reference in a new issue