mirror of
https://github.com/java-decompiler/jd-gui.git
synced 2024-12-11 14:33:42 +00:00
15 lines
395 B
Plaintext
15 lines
395 B
Plaintext
# Set the default behavior, in case people don't have core.autocrlf set.
|
|
* text=auto
|
|
|
|
# Declare OSX files that will always have LF line endings on checkout.
|
|
Info.plist text eol=lf
|
|
|
|
# Declare script files that will always have LF line endings on checkout.
|
|
*.sh text eol=lf
|
|
|
|
# Denote all files that are truly binary and should not be modified.
|
|
*.png binary
|
|
*.jpg binary
|
|
*.gif binary
|
|
*.icns binary
|