mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
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:
committed by
Node.js GitHub Bot
parent
f6ada622b7
commit
ba73f93f02
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user