Add quote type rule to editorconfig

This commit is contained in:
Bill Thornton 2021-02-23 01:31:15 -05:00
parent 82d0e73548
commit 6d36a9ed3a

View File

@ -10,6 +10,7 @@ trim_trailing_whitespace = true
[{*.js, .staticjs}] [{*.js, .staticjs}]
indent_style = tab indent_style = tab
quote_type = single
[*.json] [*.json]
indent_style = space indent_style = space