Files
adarkroom/.gitattributes
T
2015-02-10 09:59:00 -05:00

16 lines
244 B
Plaintext

# Default
* text=auto
# Mandate conversion to LF (unix) line endings.
*.js text eol=lf
*.css text eol=lf
*.html text eol=lf
*.md text eol=lf
*.py text eol=lf
# Binary files so don't modify
*.ico binary
*.png binary
*.jpg binary
*.xlsx binary