chore(editorconfig): keep trailing spaces in Markdown (#830)

This commit is contained in:
Jarda Beran 2023-01-02 17:53:09 +01:00 committed by GitHub
parent 7887b5ab62
commit 7754a71ff9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -9,6 +9,8 @@ trim_trailing_whitespace = true
end_of_line = lf
insert_final_newline = true
[*.js]
indent_size = 4
[*.md]
trim_trailing_whitespace = false