Last active
May 13, 2019 05:08
-
-
Save azdanov/23494000c929de343bd2a5749c4917e5 to your computer and use it in GitHub Desktop.
Use ripgrep, xargs in parallel with google-java-format
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rg --files -g "*.java" | xargs -P 8 google-java-format -i -a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment