mirror of
https://github.com/System-End/Discord-MC-Chat.git
synced 2026-04-20 00:25:18 +00:00
15 lines
366 B
Text
15 lines
366 B
Text
#
|
|
# https://help.github.com/articles/dealing-with-line-endings/
|
|
#
|
|
|
|
# Auto detect text files and perform LF normalization
|
|
* 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 binary
|