Skip to content

Commit 03c6170

Browse files
authored
build: update formatting settings to avoid deprecated tab replacement (#411)
1 parent c8b6f76 commit 03c6170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ spotless {
4444
format 'misc', {
4545
target '*.gradle', '.gitignore'
4646
trimTrailingWhitespace()
47-
indentWithTabs(4)
47+
leadingSpacesToTabs(4)
4848
endWithNewline()
4949
}
5050
java {

0 commit comments

Comments
 (0)