From 6d36a9ed3a32a2eb1ef1f4e4ed78731a2bc8cc61 Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Tue, 23 Feb 2021 01:31:15 -0500 Subject: [PATCH] Add quote type rule to editorconfig --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index d178b51..26cf51f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,6 +10,7 @@ trim_trailing_whitespace = true [{*.js, .staticjs}] indent_style = tab +quote_type = single [*.json] indent_style = space