Skip to content

Commit f8bffe5

Browse files
committed
Improve build
1 parent d0876ca commit f8bffe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/groovy/code-quality.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spotless {
1515
java {
1616
licenseHeaderFile rootProject.file( 'config/spotless/license.java' )
1717
removeUnusedImports()
18-
indentWithTabs( 4 )
18+
leadingSpacesToTabs( 4 )
1919
trimTrailingWhitespace()
2020
endWithNewline()
2121
}

0 commit comments

Comments
 (0)