Files
FlatLaf/.gitattributes
2022-11-17 22:59:31 +01:00

29 lines
416 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.
*.dll binary
*.dylib binary
*.gif binary
*.jar binary
*.lib binary
*.otf binary
*.png binary
*.sketch binary
*.so binary
*.ttf binary
*.zip binary