我常用的 editorconfig

之前项目里经常用到的 editorconfig 配置,不过,未来项目可能删除掉了
更新于: 2023-04-20 17:15:09
root = true

[*]
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false