setup-maven/.gitattributes
2022-08-02 18:09:12 +07:00

12 lines
269 B
Plaintext

#
# https://help.github.com/articles/dealing-with-line-endings/
#
* text=auto eol=lf
# Excluded from stats, hidden in diffs
dist/** -diff -merge linguist-generated
# These are explicitly windows files and should use crlf
*.bat text eol=crlf
*.cmd text eol=crlf