Add: trim trailing whitespace and end with newline for spotless task

This commit is contained in:
Lars Simon Winzer
2026-03-14 13:24:48 +01:00
parent e22446bffc
commit 9a88cfc945
+2
View File
@@ -58,6 +58,8 @@ spotless {
googleJavaFormat('1.25.2').aosp()
importOrder()
removeUnusedImports()
trimTrailingWhitespace()
endWithNewline()
}
}