From b816825232d9704913221270f579b4a337a6b9e3 Mon Sep 17 00:00:00 2001 From: Marcio Flavio Date: Thu, 27 Jan 2022 16:46:06 -0300 Subject: [PATCH] Adding single quotes type to editorconfig (#670) --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index 11c2bd24..c658e487 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,3 +8,4 @@ charset = utf-8 indent_style = space indent_size = 2 trim_trailing_whitespace = true +quote_type = single \ No newline at end of file