From 2933e71bd26014a83514e8f3e17eefd7ce7b600a Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Sat, 7 Nov 2020 12:21:48 +0100 Subject: [PATCH] tools: enforce use of single quotes in editorconfig --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index 4a6b8a6375311b..3a416e87aba4db 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,6 +7,7 @@ indent_size = 2 indent_style = space insert_final_newline = true trim_trailing_whitespace = true +quote_type = single [vcbuild.bat] end_of_line = crlf