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.
1 parent d0876ca commit f8bffe5Copy full SHA for f8bffe5
buildSrc/src/main/groovy/code-quality.gradle
@@ -15,7 +15,7 @@ spotless {
15
java {
16
licenseHeaderFile rootProject.file( 'config/spotless/license.java' )
17
removeUnusedImports()
18
- indentWithTabs( 4 )
+ leadingSpacesToTabs( 4 )
19
trimTrailingWhitespace()
20
endWithNewline()
21
}
0 commit comments