Files
kotlin-fork/.gitattributes
T
Yahor Berdnikau 5ae1372c3a Set gradlew.bat eol in .gitattributes
This fixes common error on updating Gradle wrapper and then trying to
add 'gradlew.bat' to changes.
2023-02-08 16:27:26 +00:00

10 lines
199 B
Plaintext

**/testData/** linguist-vendored
*Generated.java linguist-generated=true
* text=auto
* eol=lf
*.png binary
*.jar binary
compiler/cli/bin/* eol=lf
compiler/cli/bin/*.bat eol=crlf
gradlew.bat eol=crlf