diff options
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 71fa4d41..12924725 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,3 +2,6 @@ # # 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 |
