fujaba / fulib

Fulib is a library that provides code generation for UML like models and some model management functionalities.
https://fulib.org
MIT License
12 stars 0 forks source link

.editorconfig Support #33

Open Clashsoft opened 4 years ago

Clashsoft commented 4 years ago

Generated classes should respect .editorconfig on a basic level. That includes:

This feature will allow developers to have a consistent code style without having to reformat after every codegen.

Other style choices, such as the placement of braces, spacing around operators, etc., are not covered by the editorconfig standard and may be supported later.

Clashsoft commented 4 years ago

This is the only library I found: https://github.com/editorconfig/editorconfig-core-java

Unfortunately, it is not properly released to maven.

Clashsoft commented 4 years ago

This library looks like a good alternative: https://github.com/ec4j/ec4j