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 400d7a0 commit a705708Copy full SHA for a705708
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