blob: 12924725eb4f633f43d90e39a7961afad8824631 (
plain)
1
2
3
4
5
6
7
|
# https://help.github.com/articles/dealing-with-line-endings/
#
# These are explicitly windows files and should use crlf
*.bat text eol=crlf
# See https://github.com/gradle/gradle/issues/12248
buildSrc/src/main/**/*.gradle.kts text eol=lf
|