summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/unittest-cpp/.gitattributes
blob: 4d390e4e81cffb685b453721f74b09240c2380be (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
* text=auto

*.h text
*.cpp text

# VS 20xx files
*.sln text eol=crlf
*.vcproj text eol=crlf
*.vcxproj text eol=crlf
*.vcxproj.filters text eol=crlf

# VC6 files 
*.dsw text eol=crlf
*.dsp text eol=crlf

# Other 'windows-specific' files
*.bat text eol=crlf