From 36fcab837136774e5d2e902c3499c9cb8ad7aa44 Mon Sep 17 00:00:00 2001 From: = Date: Mon, 1 Jun 2020 22:55:06 +0200 Subject: [PATCH] chore: (editorconfig) add quote_type --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index b2dadf3..fa09d64 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,3 +7,4 @@ trim_trailing_whitespace = true insert_final_newline = true indent_style = space indent_size = 2 +quote_type = single