All Downloads are FREE. Search and download functionalities are using the official Maven repository.

2pro.formatter.zg2pro-formatter-plugin.0.11.source-code.editorconfig Maven / Gradle / Ivy

Go to download

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy