mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 03:14:59 -06:00
21 lines
282 B
Plaintext
21 lines
282 B
Plaintext
|
|
# default
|
|
* text=auto
|
|
|
|
# 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
|