mirror of
https://gitee.com/dromara/carbon.git
synced 2024-11-29 10:48:04 +08:00
15 lines
198 B
INI
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
|