Skip to content

Instantly share code, notes, and snippets.

@azdanov
Last active May 13, 2019 05:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save azdanov/23494000c929de343bd2a5749c4917e5 to your computer and use it in GitHub Desktop.
Save azdanov/23494000c929de343bd2a5749c4917e5 to your computer and use it in GitHub Desktop.
Use ripgrep, xargs in parallel with google-java-format
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