diff options
Diffstat (limited to '')
-rw-r--r-- | .gitattributes | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ba723e4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,13 @@ +# +# https://help.github.com/articles/dealing-with-line-endings/ +# +* text=auto eol=lf + +# Linux start script should use lf +/gradlew text eol=lf + +# These are Windows script files and should use crlf +*.bat text eol=crlf + +# Binary files should be left untouched +*.jar filter=lfs diff=lfs merge=lfs binary |