From dd0a28f09a57bec432cb9601eeb06557483966e4 Mon Sep 17 00:00:00 2001 From: Niels Kooiman Date: Wed, 14 Aug 2019 11:42:29 +0200 Subject: [PATCH] add quoting in editorconfig --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index 2536d66..587e0f9 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,6 +7,7 @@ indent_size = 4 charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true +quote_type = double [*.md] trim_trailing_whitespace = false