Revision aca758bf29b2a3516150dc24a2c941b13472fc59 authored by Philip Lowman on 01 October 2010, 01:24:28 UTC, committed by Philip Lowman on 01 October 2010, 01:24:28 UTC
1 parent 4e137de
Raw File
.gitattributes
.gitattributes   export-ignore

bootstrap        crlf=input
configure        crlf=input
*.[1-9]          crlf=input
*.sh             crlf=input
*.sh.in          crlf=input

*.bat           -crlf
*.dsp           -crlf
*.dsptemplate   -crlf
*.dsw           -crlf
*.sln           -crlf
*.vcproj        -crlf

*.c              whitespace=tab-in-indent
*.h              whitespace=tab-in-indent
*.cxx            whitespace=tab-in-indent
*.txt            whitespace=tab-in-indent
*.cmake          whitespace=tab-in-indent
back to top