carbon/.editorconfig
2021-08-16 09:25:14 +08:00

15 lines
198 B
INI

# 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