We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4becbed commit cdf45fcCopy full SHA for cdf45fc
spotlessSelf.gradle
@@ -30,7 +30,7 @@ spotless {
30
exclude '_ext/**'
31
}
32
custom 'noInternalDeps', noInternalDepsClosure
33
- custom 'preventFormatPingPong', { return it.replaceAll('}[ \t\f]+}', '}}') }
+ custom 'preventFormatPingPong', { return it.replaceAll('}[ \t]+}', '}}') }
34
bumpThisNumberIfACustomStepChanges(1)
35
greclipseFormat().configFile('spotless.eclipseformat.xml', 'spotless.groovyformat.prefs')
36
0 commit comments