Codebase list jd-gui / 0af4a626-0b34-4685-a8a4-c18e8bd66f2d/upstream .gitattributes
0af4a626-0b34-4685-a8a4-c18e8bd66f2d/upstream

Tree @0af4a626-0b34-4685-a8a4-c18e8bd66f2d/upstream (Download .tar.gz)

.gitattributes @0af4a626-0b34-4685-a8a4-c18e8bd66f2d/upstreamraw · history · blame

# 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

# Declare script files that will always have CR/LF line endings on checkout.
*.bat text eol=crlf

# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.gif binary
*.icns binary