Update config

This commit is contained in:
qwerty287 2022-09-15 21:32:03 +02:00
parent 36f9af9855
commit a9a61e938f
No known key found for this signature in database
GPG key ID: E0464C650D9D25B2

View file

@ -124,6 +124,7 @@ dependencies {
spotless {
java {
target 'src/**/*.java'
googleJavaFormat().aosp()
}
}