Edit spotless gradle task to indent 4 spaces instead of 2 #178

Merged
lars.winzer merged 2 commits from chore/fix-spotless-indentation into main 2026-03-14 13:28:34 +01:00
Showing only changes of commit e22446bffc - Show all commits
+1 -1
View File
@@ -55,7 +55,7 @@ checkstyle {
spotless {
java {
googleJavaFormat()
googleJavaFormat('1.25.2').aosp()
importOrder()
removeUnusedImports()
}