We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
formatAnnotations()
2 parents 31d8b3c + e057b1e commit 2d32ccdCopy full SHA for 2d32ccd
gradle/spotless.gradle
@@ -22,7 +22,7 @@ spotless {
22
eclipse().configFile rootProject.file('gradle/spotless.eclipseformat.xml')
23
trimTrailingWhitespace()
24
removeUnusedImports()
25
- // TODO: formatAnnotations()
+ formatAnnotations()
26
custom 'noInternalDeps', noInternalDepsClosure
27
}
28
0 commit comments