Update editorconfig
Trailing whitespace is significant in Markdown files.
This commit is contained in:
parent
1221ad0f9b
commit
68c6126f89
1 changed files with 3 additions and 0 deletions
|
@ -9,3 +9,6 @@ trim_trailing_whitespace = true
|
|||
|
||||
[*.py]
|
||||
indent_size = 4
|
||||
|
||||
[*.md]
|
||||
trim_trailing_whitespace = false
|
||||
|
|
Loading…
Reference in a new issue