2pro.formatter.zg2pro-formatter-plugin.0.11.source-code.editorconfig Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of zg2pro-formatter-plugin Show documentation
Show all versions of zg2pro-formatter-plugin Show documentation
This maven plugin enabled strong rules for formatting your java project, without relying on the IDEs formatting features
The newest version!
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 80
[*.{js,vue,json}]
indent_size = 2