Files
easy7zip/.gitattributes
2024-05-13 14:46:53 +08:00

30 lines
419 B
Plaintext

# default
* text=crlf
# leave unmodified
*.ico binary
*.bmp binary
# Visual Studio
*.dsp text eol=crlf
*.dsw text eol=crlf
*.manifest text eol=crlf
# Windows
*.bat text eol=crlf
*.cmd text eol=crlf
*.hhp text eol=crlf
*.inf text eol=crlf
*.nsi text eol=crlf
*.wxs text eol=crlf
# These files are text and should be normalized (Convert crlf => lf)
*.txt text
*.vcproj text
*.cpp text
*.h text
*.def text
*.rc text