Merge pull request #1614 from LenAnderson/editorconfig-markdown-fix

This commit is contained in:
Cohee 2023-12-30 15:39:26 +02:00 committed by GitHub
commit 060bc60794
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,4 +8,7 @@ trim_trailing_whitespace = true
[*.{js, conf, json}]
charset = utf-8
indent_style = space
indent_size = 4
indent_size = 4
[*.md]
trim_trailing_whitespace = false