1* text=auto
2
3*.h text
4*.cpp text
5
6# VS 20xx files
7*.sln text eol=crlf
8*.vcproj text eol=crlf
9*.vcxproj text eol=crlf
10*.vcxproj.filters text eol=crlf
11
12# VC6 files
13*.dsw text eol=crlf
14*.dsp text eol=crlf
15
16# Other 'windows-specific' files
17*.bat text eol=crlf