add quoting in editorconfig

This commit is contained in:
Niels Kooiman
2019-08-14 11:42:49 +02:00
parent 9e28cad48b
commit 38b9ba0827

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