dsi2key/.gitattributes
2016-07-10 15:15:36 -07:00

22 lines
547 B
Plaintext

# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# Declare files that will always have LF line endings on checkout.
*.c text eol=lf
*.cpp text eol=lf
*.h text eol=lf
*.sh text eol=lf
*.md text eol=lf
# Declare files that will always have CRLF line endings on checkout.
*.sln text eol=crlf
*.vcxproj text eol=crlf
*.vcxproj.filters text eol=crlf
*.vcxproj.user text eol=crlf
*.rc text eol=crlf
*.xml text eol=crlf
# Denote all files that are truly binary and should not be modified.
*.ico binary
*.png binary