Skip to content

Commit 846d9a3

Browse files
Add the Google Formatter plugin, as a discretionary step (junit-team#1350)
1 parent e636f9b commit 846d9a3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pom.xml

+9
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,15 @@
396396
<violationIgnore>indentation</violationIgnore>
397397
</configuration>
398398
</plugin>
399+
<plugin>
400+
<!--
401+
To apply: mvn googleformatter:format
402+
To repair indentation (BSD/Mac sed): git status -s | sed -En 's/^ M (src.*\.java)$/\1/p' | xargs sed -Ei '' 's/^( *)/\1\1/'
403+
-->
404+
<groupId>com.theoryinpractise</groupId>
405+
<artifactId>googleformatter-maven-plugin</artifactId>
406+
<version>1.0.6</version>
407+
</plugin>
399408
</plugins>
400409
</build>
401410

0 commit comments

Comments
 (0)