mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02: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:
parent
f6ada622b7
commit
ba73f93f02
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue