use code formatter (plugins) to ensure formatting of src files #61
Labels
Prio: Should
This feature should be implemented.
State: in progress
Assignee is working on the issue.
Type: enhancement
New feature or request
Milestone
Scenario
on PR #60 , codacy com plains about asterisk imports in some java classes. Those happend due to ideas automatic formatting.
Wanted Behaviour
I want to ensure that my code formatting complies to projects standards without manually worrying about it.
Ideas
There is one well established code formatter for java: google-java-format. It provides IDE plugins and maven formatting tasks. We should use this.
However, it does not support kotlin ... that's where ktfmt might be of help. But it does not come with an IDEA plugin ... and I do not know how those two tools will play together ....
The text was updated successfully, but these errors were encountered: