Skip to content

Commit 7851509

Browse files
committed
build: removed spotless.lineEndings
According to spotless docs we really shouldn't be using it
1 parent 96b81db commit 7851509

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,11 @@ tasks.withType(AbstractArchiveTask) {
6262
}
6363

6464
spotless {
65-
lineEndings 'UNIX'
6665
format 'misc', {
6766
target '**/*.gradle', '**/*.md', '**/.gitignore'
6867
targetExclude 'build/**/*', 'out/**/*'
6968
trimTrailingWhitespace()
70-
indentWithTabs(4)
69+
leadingSpacesToTabs()
7170
endWithNewline()
7271
}
7372
java {

0 commit comments

Comments
 (0)