mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-27 03:46:17 -06:00
26 lines
377 B
Plaintext
26 lines
377 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
|
|
*.png binary
|
|
*.sketch binary
|
|
*.so binary
|
|
*.zip binary
|