mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 00:20:08 +01: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
49649a499e
commit
bf0550ce4e
|
|
@ -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…
Reference in New Issue
Block a user