improve: .editorconfig quote_type

This commit is contained in:
Kelly Mears
2022-12-23 10:48:53 -08:00
parent 2ca4da4e0e
commit 94a64fc99b

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