Add: trim trailing whitespace and end with newline for spotless task
This commit is contained in:
@@ -58,6 +58,8 @@ spotless {
|
|||||||
googleJavaFormat('1.25.2').aosp()
|
googleJavaFormat('1.25.2').aosp()
|
||||||
importOrder()
|
importOrder()
|
||||||
removeUnusedImports()
|
removeUnusedImports()
|
||||||
|
trimTrailingWhitespace()
|
||||||
|
endWithNewline()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user