plusone-validator/.editorconfig
ZhouXY108 818c8fb26f refactor: 修改项目结构,创建 plusone-validator-parent,将 plusone-validator 作为其 module
创建 `plusone-validator-parent`,将 `plusone-validator` 作为其 module,
方便后续在 `plusone-validator-parent` 下创建测试等相关子模块。

删除 `commons-lang3`,用 `plusone-commons` 的 `StringTools` 替代 `commons-lang3` 的 `StringUtils`。

补充测试依赖 `junit-jupiter-engine`。
2025-05-08 23:25:48 +08:00

16 lines
265 B
INI

# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.{xml,yaml,yml}]
indent_size = 2