Add the formatting helper shell script.
This commit is contained in:
parent
828c456814
commit
1618405c83
1 changed files with 6 additions and 0 deletions
6
bin/format.sh
Executable file
6
bin/format.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
for f in $(find src -name \*.java); do
|
||||
java -jar ./lib/google-java-format-1.3-all-deps.jar --replace $f
|
||||
done
|
||||
|
Loading…
Reference in a new issue