From 5a41282ef56e8848ef4c4710910bffe8d30f8e6a 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 PR-URL: https://github.com/nodejs/node/pull/36020 Reviewed-By: Rich Trott Reviewed-By: Luigi Pinca --- .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