remove markdown whitespace trim
This commit is contained in:
parent
f3a447854f
commit
91d59dab14
@ -39,6 +39,10 @@ indent_size = 4
|
||||
indent_style = tab
|
||||
indent_size = 2
|
||||
|
||||
# Markdown
|
||||
[*.md]
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
# Other
|
||||
[Makefile]
|
||||
indent_style = tab
|
||||
|
Loading…
Reference in New Issue
Block a user