added editorconfig config file

这个提交包含在:
Tobias Diekershoff 2017-01-28 07:15:57 +01:00
父节点 d61a4a67db
当前提交 0342f559c1
共有 1 个文件被更改,包括 10 次插入0 次删除

10
.editorconfig 普通文件
查看文件

@ -0,0 +1,10 @@
# editorconfig tool configuration
# see http://editorconfig.org for docs
root = true
[*]
charset = utf-8
end_of_line = lf
trim_trailing_whitespaces = true
indent_style = tab