diff options
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index b1f0585..ba723e4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,8 @@ # # https://help.github.com/articles/dealing-with-line-endings/ # +* text=auto eol=lf + # Linux start script should use lf /gradlew text eol=lf @@ -9,4 +11,3 @@ # Binary files should be left untouched *.jar filter=lfs diff=lfs merge=lfs binary - |