Fix: Use 'Android Open Source Project' indentation (4 spaces) instead of 2

This commit is contained in:
Lars Simon Winzer
2026-03-14 13:24:05 +01:00
parent 5b6b58f1cc
commit e22446bffc
+1 -1
View File
@@ -55,7 +55,7 @@ checkstyle {
spotless {
java {
googleJavaFormat()
googleJavaFormat('1.25.2').aosp()
importOrder()
removeUnusedImports()
}