carbon/.editorconfig

15 lines
198 B
INI
Raw Normal View History

2021-08-16 09:25:14 +08:00
# 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