primefaces-extensions / primefaces-extensions.github.com

Organization repo, only for homepage, wiki and issue tracker
https://primefaces-extensions.github.io/
70 stars 22 forks source link

Formatter: Standardize formatter #777

Closed melloware closed 4 years ago

melloware commented 4 years ago

I know we have checkstyle but i would also like to standardize how we format with the Maven Formatter Plugin.

melloware commented 4 years ago

OK did some improvements.

  1. Moved all configurations to /src/conf/ folder to get them out of the root folder and reduce clutter: https://github.com/primefaces-extensions/core/tree/master/src/conf

  2. New file eclipse-pfe-formatter.xml which you can port right into Eclipse or if you are not an Eclipse user simply run mvn formatter:format to run the formatter against the Java files.