diff options
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..afd59d8f --- /dev/null +++ b/.gitattributes | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | # | ||
| 2 | # https://help.github.com/articles/dealing-with-line-endings/ | ||
| 3 | # | ||
| 4 | # Linux start script should use lf | ||
| 5 | /gradlew text eol=lf | ||
| 6 | |||
| 7 | # These are Windows script files and should use crlf | ||
| 8 | *.bat text eol=crlf | ||