From ba73f93f0205cdd0f1d96032694b40a1727a781a Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Sat, 7 Nov 2020 12:21:48 +0100 Subject: 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(+) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index 4a6b8a6375..3a416e87ab 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 -- cgit v1.2.1