Skip to content

Commit

Permalink
Add the Google Formatter plugin, as a discretionary step (junit-team#…
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwhoiscontrary committed Oct 30, 2016
1 parent e636f9b commit 846d9a3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,15 @@
<violationIgnore>indentation</violationIgnore>
</configuration>
</plugin>
<plugin>
<!--
To apply: mvn googleformatter:format
To repair indentation (BSD/Mac sed): git status -s | sed -En 's/^ M (src.*\.java)$/\1/p' | xargs sed -Ei '' 's/^( *)/\1\1/'
-->
<groupId>com.theoryinpractise</groupId>
<artifactId>googleformatter-maven-plugin</artifactId>
<version>1.0.6</version>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 846d9a3

Please sign in to comment.