vscode/.editorconfig

13 lines
229 B
INI
Raw Normal View History

2015-11-21 21:53:11 +01:00
# EditorConfig is awesome: http://EditorConfig.org
# top-most EditorConfig file
root = true
# Tab indentation (no size specified)
[*]
indent_style = tab
[{.travis.yml,npm-shrinkwrap.json}]
indent_style = space
indent_size = 2