summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorTobias Nießen <tniessen@tnie.de>2018-03-21 19:22:10 +0100
committerTobias Nießen <tniessen@tnie.de>2018-04-01 22:42:27 +0200
commit303354b4f7214388783037333dc82d64179b77cd (patch)
tree2ec39393c588403cf14c80b324ed972ab2fac227 /.editorconfig
parent2fc60b286cd2612e799a3907c182583120bd2d0f (diff)
downloadandroid-node-v8-303354b4f7214388783037333dc82d64179b77cd.tar.gz
android-node-v8-303354b4f7214388783037333dc82d64179b77cd.tar.bz2
android-node-v8-303354b4f7214388783037333dc82d64179b77cd.zip
tools: apply editorconfig rules to tools also
PR-URL: https://github.com/nodejs/node/pull/19521 Reviewed-By: Shingo Inoue <leko.noor@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/.editorconfig b/.editorconfig
index 71634ce59a..52b84b424f 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -9,7 +9,7 @@ insert_final_newline = true
[vcbuild.bat]
end_of_line = crlf
-[{lib,test}/**.js]
+[{lib,test,tools}/**.js]
indent_style = space
indent_size = 2
@@ -29,7 +29,7 @@ indent_size = 2
indent_style = tab
indent_size = 8
-[{deps,tools}/**]
+[{deps}/**]
indent_style = ignore
indent_size = ignore
end_of_line = ignore