Skip to content

Commit efd7032

Browse files
wesleytodddougwilson
authored andcommitted
build: Add .editorconfig
closes expressjs#3221
1 parent 2189ff1 commit efd7032

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.editorconfig

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# http://editorconfig.org
2+
root = true
3+
4+
[*]
5+
charset = utf-8
6+
insert_final_newline = true
7+
trim_trailing_whitespace = true
8+
9+
[{*.js,*.json,*.yml}]
10+
indent_size = 2
11+
indent_style = space

0 commit comments

Comments
 (0)