phpvms/.editorconfig

13 lines
156 B
INI
Raw Normal View History

2017-06-08 07:43:25 +08:00
root = true
[*.{js,py}]
charset = utf-8
[*.yml]
indent_style = space
indent_size = 2
2017-06-08 07:43:25 +08:00
# Tab indentation (no size specified)
[Makefile]
indent_style = tab