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 c8b6f76 commit 03c6170Copy full SHA for 03c6170
1 file changed
build.gradle
@@ -44,7 +44,7 @@ spotless {
44
format 'misc', {
45
target '*.gradle', '.gitignore'
46
trimTrailingWhitespace()
47
- indentWithTabs(4)
+ leadingSpacesToTabs(4)
48
endWithNewline()
49
}
50
java {
0 commit comments