For maven projects use: (from command line) $ mvn com.coveo:fmt-maven-plugin:format
Or, in Netbeans right click the (parent) project and Run Maven | Goals, enter ‘com.coveo:fmt-maven-plugin:format’ as the goal, click Remember as and enter e.g. ‘format’, then OK. From: Joel Strasser <[email protected]> Sent: Thursday, 26 March, 2020 01:24 To: Zahid Rahman <[email protected]> Cc: [email protected] Subject: Re: [java] Google style for Java I went by configuring the required options myself. But thank you anyway! Mit freundlichen Grüßen/Best regards, Joel Strasser (joestr) [email protected]<mailto:[email protected]> On Thu, 26 Mar 2020, 01:45 Zahid Rahman, <[email protected]<mailto:[email protected]>> wrote: “Integrate Google Java Style Guide in a Java project” by Alex Prut https://link.medium.com/oMuepe6J94 On Wed, 25 Mar 2020, 22:22 Joel Strasser, <[email protected]<mailto:[email protected]>> wrote: Hello, Is there a way to format Java files according to the Google style guidelines? I tried various plugins but they did not satisfy my expectations. Are there other possibilities to accomplish this? Greetings, Joel
