TatianaJin / husky-sql

Other
3 stars 5 forks source link

Code style for java #8

Open TatianaJin opened 5 years ago

TatianaJin commented 5 years ago

Problem

Since it is trouble some to manually check styles (e.g. indentation, function block, import, etc.), it is better to add a check style plugin.

Proposed solution

The following is suggested. Some configurations are needed as well.

<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.17</version>

Additional context

(ps. Guys, if you use Intellij please use the built-in formatter. This would be a good habit!!!) Anybody can help?