Files
FlatLaf/.gitattributes
2019-08-19 13:16:07 +02:00

22 lines
321 B
Plaintext

# always use LF line endings
# ALL FILES:
# Normalize line endings to LF on checkin and
# prevent conversion to CRLF when the file is checked out.
* text eol=lf
# TEXT FILES:
*.bat text eol=crlf
# BINARY FILES:
# Disable line ending normalize on checkin.
*.gif binary
*.jar binary
*.png binary
*.zip binary