chore(editorconfig): keep trailing spaces in Markdown (#830)
This commit is contained in:
parent
7887b5ab62
commit
7754a71ff9
1 changed files with 3 additions and 1 deletions
|
@ -9,6 +9,8 @@ trim_trailing_whitespace = true
|
||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
|
||||||
|
|
||||||
[*.js]
|
[*.js]
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
|
||||||
|
[*.md]
|
||||||
|
trim_trailing_whitespace = false
|
||||||
|
|
Loading…
Reference in a new issue