Skip to content

Commit a705708

Browse files
committed
build: update formatting settings to avoid deprecated tab replacement
1 parent 400d7a0 commit a705708

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)