Skip to content

Commit e42ee4e

Browse files
silverwindMylesBorins
authored andcommitted
tools: enable final newline in .editorconfig
PR-URL: #9410 Fixes: #9402 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Minwoo Jung <[email protected]>
1 parent b43941c commit e42ee4e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.editorconfig

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ root = true
44
end_of_line = lf
55
charset = utf-8
66
trim_trailing_whitespace = true
7+
insert_final_newline = true
78

89
[vcbuild.bat]
910
end_of_line = crlf
@@ -37,3 +38,6 @@ indent_size = ignore
3738
end_of_line = ignore
3839
trim_trailing_whitespace = ignore
3940
charset = ignore
41+
42+
[{test/fixtures,deps,tools/eslint,tools/gyp,tools/icu,tools/msvs}/**]
43+
insert_final_newline = false

0 commit comments

Comments
 (0)