Revert "build: use minimatch@3.0.4 for Node.js < 4"
[express.git] / .editorconfig
blobcdb36c1b4662559d2880d7a1ae9e65ca7497f47e
1 # http://editorconfig.org
2 root = true
4 [*]
5 charset = utf-8
6 insert_final_newline = true
7 trim_trailing_whitespace = true
9 [{*.js,*.json,*.yml}]
10 indent_size = 2
11 indent_style = space