We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15e6a4e commit 1878806Copy full SHA for 1878806
1 file changed
buildSrc/src/main/groovy/java-common-conventions.gradle
@@ -91,7 +91,7 @@ spotless {
91
92
// define the steps to apply to those files
93
trimTrailingWhitespace()
94
- indentWithSpaces()
+ leadingTabsToSpaces()
95
endWithNewline()
96
}
97
groovyGradle {
0 commit comments