Skip to content

Commit

Permalink
chore: java code format --skip-reflowing-long-strings --skip-javadoc-…
Browse files Browse the repository at this point in the history
…formatting
  • Loading branch information
Anilople committed Jan 16, 2022
1 parent 1965838 commit 16c62bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/google-java-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,7 @@ jobs:
- uses: actions/checkout@v2 # v2 minimum required
- uses: axel-op/[email protected]
with:
# By default, only --replace is used in args
args: "--skip-reflowing-long-strings --skip-javadoc-formatting --replace"
# Default: Google Java Format
commitMessage: "chore: Google Java Format"

0 comments on commit 16c62bc

Please sign in to comment.