Replies: 1 comment
-
@delanym That sounds like a different project entirely. If somebody wants to do that, go right ahead, but it's unrelated to this project. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The Errorprone project allows patching java files during compilation.
It seems that for java anyway it would be more efficient to format the code as part of the compilation.
It would probably solve a lot of other issues like the ability to order imports, or perform save actions, or even run Intellij inspections.
What is your take on the possibility of a javac plugin formatter rather than a stand-alone build plugin?
Beta Was this translation helpful? Give feedback.
All reactions