Skip to content

Commit

Permalink
Added Google Java format to spotless.
Browse files Browse the repository at this point in the history
Signed-off-by: Mitchell Gale <[email protected]>
  • Loading branch information
MitchellGale committed Jul 11, 2023
1 parent b6d9aa1 commit 0e73916
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ spotless {
removeUnusedImports()
trimTrailingWhitespace()
endWithNewline()
googleJavaFormat()
}
}

Expand Down

0 comments on commit 0e73916

Please sign in to comment.