add editorconfig

This commit is contained in:
gouguoyin 2021-08-16 09:25:14 +08:00
parent 1e173b5d94
commit 4b5e3d9cae

14
.editorconfig Normal file
View File

@ -0,0 +1,14 @@
# http://editorconfig.org
root = true
[*]
indent_style = tab
charset = utf-8
trim_trailing_whitespace = true
[*.md]
indent_size = 4
trim_trailing_whitespace = false
[lang/*.json]
indent_size = 4