We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d677c65 commit 719c450Copy full SHA for 719c450
1 file changed
build.gradle
@@ -43,7 +43,7 @@ spotless {
43
format 'misc', {
44
target '*.gradle', '.gitignore'
45
trimTrailingWhitespace()
46
- indentWithTabs(4)
+ leadingSpacesToTabs(4)
47
endWithNewline()
48
}
49
java {
0 commit comments