Skip to content

Commit

Permalink
remove redundant spotless option
Browse files Browse the repository at this point in the history
aosp() uses four space indents
  • Loading branch information
dejabot committed Nov 23, 2023
1 parent 2545ff5 commit ff1ca25
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ spotless {
}
toggleOffOn()
googleJavaFormat().formatJavadoc(false).aosp()
indentWithSpaces(4)
removeUnusedImports()
trimTrailingWhitespace()
endWithNewline()
Expand Down

0 comments on commit ff1ca25

Please sign in to comment.