How to programmatically format java files/directories
Answered
Is it possible to use Netbeans libraries or the command line to programmatically format java files/directories?
We have a need to format java files after generating java code during our build process. So this need to be automatised.
Please sign in to leave a comment.
See https://youtrack.jetbrains.com/issue/IDEA-99267 and the linked requests. One can implement it in a plug-in.