tools: enable final newline in .editorconfig
PR-URL: https://github.com/nodejs/node/pull/9410 Fixes: https://github.com/nodejs/node/issues/9402 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Minwoo Jung <jmwsoft@gmail.com>
This commit is contained in:
parent
dc88d19380
commit
15b83b967a
@ -4,6 +4,7 @@ root = true
|
|||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
insert_final_newline = true
|
||||||
|
|
||||||
[vcbuild.bat]
|
[vcbuild.bat]
|
||||||
end_of_line = crlf
|
end_of_line = crlf
|
||||||
@ -37,3 +38,6 @@ indent_size = ignore
|
|||||||
end_of_line = ignore
|
end_of_line = ignore
|
||||||
trim_trailing_whitespace = ignore
|
trim_trailing_whitespace = ignore
|
||||||
charset = ignore
|
charset = ignore
|
||||||
|
|
||||||
|
[{test/fixtures,deps,tools/eslint,tools/gyp,tools/icu,tools/msvs}/**]
|
||||||
|
insert_final_newline = false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user