summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorTobias Nießen <tniessen@tnie.de>2018-03-21 19:11:52 +0100
committerTobias Nießen <tniessen@tnie.de>2018-04-01 22:42:22 +0200
commit2fc60b286cd2612e799a3907c182583120bd2d0f (patch)
tree380361d2995f27d817c88a0aac783d2ddcf37f64 /.editorconfig
parent141be923f3249af870f274524dd0dacd3faf22c8 (diff)
downloadandroid-node-v8-2fc60b286cd2612e799a3907c182583120bd2d0f.tar.gz
android-node-v8-2fc60b286cd2612e799a3907c182583120bd2d0f.tar.bz2
android-node-v8-2fc60b286cd2612e799a3907c182583120bd2d0f.zip
tools: remove src dir from JS editorconfig rule
The src directory does not contain any JavaScript files, so there is no need to match it. 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--.editorconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index 9eda3f95b6..71634ce59a 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -9,7 +9,7 @@ insert_final_newline = true
[vcbuild.bat]
end_of_line = crlf
-[{lib,src,test}/**.js]
+[{lib,test}/**.js]
indent_style = space
indent_size = 2