Skip to content

Commit 719c450

Browse files
committed
build: use current leading spaces formatting settings
1 parent d677c65 commit 719c450

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
@@ -43,7 +43,7 @@ spotless {
4343
format 'misc', {
4444
target '*.gradle', '.gitignore'
4545
trimTrailingWhitespace()
46-
indentWithTabs(4)
46+
leadingSpacesToTabs(4)
4747
endWithNewline()
4848
}
4949
java {

0 commit comments

Comments
 (0)