From 009298f1c08782085cbadb52fedc11834494a007 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 2ca82c5..daa51f2 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