summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorRoman Reiss <me@silverwind.io>2016-11-01 22:59:39 +0100
committerRoman Reiss <me@silverwind.io>2016-11-04 17:16:31 +0100
commit15b83b967a12115464af7461678cea709943f2f9 (patch)
tree1785f5ba71b55210ee422912b92911030ee195d8 /.editorconfig
parentdc88d19380b9b05f6bee7d61d87398f08124c861 (diff)
downloadandroid-node-v8-15b83b967a12115464af7461678cea709943f2f9.tar.gz
android-node-v8-15b83b967a12115464af7461678cea709943f2f9.tar.bz2
android-node-v8-15b83b967a12115464af7461678cea709943f2f9.zip
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>
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index ca97ab47df..2b0070686f 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -4,6 +4,7 @@ root = true
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
+insert_final_newline = true
[vcbuild.bat]
end_of_line = crlf
@@ -37,3 +38,6 @@ indent_size = ignore
end_of_line = ignore
trim_trailing_whitespace = ignore
charset = ignore
+
+[{test/fixtures,deps,tools/eslint,tools/gyp,tools/icu,tools/msvs}/**]
+insert_final_newline = false