From 94a64fc99b883e1cf22e0ed2627a0d5309846e25 Mon Sep 17 00:00:00 2001 From: Kelly Mears Date: Fri, 23 Dec 2022 10:48:53 -0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20improve:=20.editorconfig=20`quote?= =?UTF-8?q?=5Ftype`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index 2ca82c5e..daa51f26 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,6 +7,7 @@ insert_final_newline = true indent_style = space indent_size = 2 trim_trailing_whitespace = true +quote_type = single [*.md] trim_trailing_whitespace = false