Discord-MC-Chat/.gitattributes
2025-08-15 11:20:39 +08:00

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