创建 `plusone-validator-parent`,将 `plusone-validator` 作为其 module, 方便后续在 `plusone-validator-parent` 下创建测试等相关子模块。 删除 `commons-lang3`,用 `plusone-commons` 的 `StringTools` 替代 `commons-lang3` 的 `StringUtils`。 补充测试依赖 `junit-jupiter-engine`。
16 lines
265 B
INI
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
|