mirror of
https://github.com/expressjs/express.git
synced 2026-02-21 19:41:36 +00:00
committed by
Douglas Christopher Wilson
parent
2189ff14a9
commit
efd7032f71
11
.editorconfig
Normal file
11
.editorconfig
Normal file
@@ -0,0 +1,11 @@
|
||||
# http://editorconfig.org
|
||||
root = true
|
||||
|
||||
[*]
|
||||
charset = utf-8
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[{*.js,*.json,*.yml}]
|
||||
indent_size = 2
|
||||
indent_style = space
|
||||
Reference in New Issue
Block a user