add quoting in editorconfig

This commit is contained in:
Niels Kooiman
2019-08-14 11:42:29 +02:00
parent 62d986ae29
commit dd0a28f09a

View File

@@ -7,6 +7,7 @@ indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
quote_type = double
[*.md]
trim_trailing_whitespace = false