Updated .editorconfig for '.md' files.

Signed-off-by: Stephan Wendel <me@stephanwe.de>
This commit is contained in:
Stephan Wendel 2021-12-08 20:37:35 +01:00
parent 6c8a9df33f
commit ffcd22ad39
No known key found for this signature in database
GPG Key ID: F465B83ACBA45639

View File

@ -9,3 +9,9 @@ insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
[*.md]
charset = utf-8
insert_final_newline = true
end_of_line = lf
trim_trailing_whitespace = true