[FIR] Always use LF line endings in generated fir tree

This commit is contained in:
Dmitriy Novozhilov
2019-10-11 10:27:07 +03:00
parent 8e4e7c4a11
commit 29cda7cb24
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
*.kt eol=lf
+1
View File
@@ -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