How to programmatically format java files/directories

已回答

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.
 
0

See https://youtrack.jetbrains.com/issue/IDEA-99267 and the linked requests. One can implement it in a plug-in.

0

请先登录再写评论。