Skip to content

Commit c003757

Browse files
authored
Merge pull request #1189 from taichi/force-EOL
Restrict Spotless line endings to LF
2 parents ac49ffc + 81b7969 commit c003757

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ allprojects {
7171
mavenCentral()
7272
}
7373

74+
spotless {
75+
lineEndings = com.diffplug.spotless.LineEnding.UNIX
76+
}
77+
7478
tasks {
7579
build {
7680
dependsOn(spotlessApply)

0 commit comments

Comments
 (0)