[FIR] Always use LF line endings in generated fir tree
This commit is contained in:
@@ -0,0 +1 @@
|
||||
*.kt eol=lf
|
||||
@@ -41,6 +41,7 @@ val generateTree by tasks.registering(NoDebugJavaExec::class) {
|
||||
args(generationRoot)
|
||||
classpath = generatorClasspath
|
||||
main = "org.jetbrains.kotlin.fir.tree.generator.MainKt"
|
||||
systemProperties["line.separator"] = "\n"
|
||||
}
|
||||
|
||||
val compileKotlin by tasks
|
||||
|
||||
Reference in New Issue
Block a user