improve: .editorconfig quote_type

This commit is contained in:
Kelly Mears
2022-12-23 10:48:53 -08:00
parent c7d5324d89
commit 009298f1c0

View File

@@ -7,6 +7,7 @@ insert_final_newline = true
indent_style = space indent_style = space
indent_size = 2 indent_size = 2
trim_trailing_whitespace = true trim_trailing_whitespace = true
quote_type = single
[*.md] [*.md]
trim_trailing_whitespace = false trim_trailing_whitespace = false