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

2pro.formatter.zg2pro-formatter-plugin.0.4.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

There is a newer version: 0.11
Show 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