diff options
| author | 2022-12-07 19:42:55 +0000 | |
|---|---|---|
| committer | 2022-12-07 19:42:55 +0000 | |
| commit | 2d027a80fa52adf1dde409b3f112c465a79127db (patch) | |
| tree | e4fffbbab64001b54d7882d92fd56532ee09da82 /.gitattributes | |
| parent | Make enum methods `values` and `valueOf` unmappable (#470) (diff) | |
| download | enigma-fork-2d027a80fa52adf1dde409b3f112c465a79127db.tar.gz enigma-fork-2d027a80fa52adf1dde409b3f112c465a79127db.tar.xz enigma-fork-2d027a80fa52adf1dde409b3f112c465a79127db.zip | |
Update dependencies and Gradle
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 0000000..afd59d8 --- /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 | ||