tools: enforce use of single quotes in editorconfig

PR-URL: https://github.com/nodejs/node/pull/36020
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
Antoine du Hamel 2020-11-07 12:21:48 +01:00 committed by Node.js GitHub Bot
parent f6ada622b7
commit ba73f93f02

View file

@ -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