https://github.com/Kitware/CMake
Revision c20f4dd62090a109c932c75030ea22771396a722 authored by Brad King on 26 March 2013, 18:36:32 UTC, committed by CMake Topic Stage on 26 March 2013, 18:36:32 UTC
c677838 VS: Fix VS 10/11 .sln headers (#14038)

2 parent s a3872ba + c677838
Raw File
Tip revision: c20f4dd62090a109c932c75030ea22771396a722 authored by Brad King on 26 March 2013, 18:36:32 UTC
Merge topic 'vs-sln-header'
Tip revision: c20f4dd
.gitattributes
.gitattributes   export-ignore
.hooks*          export-ignore

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

*.bat           -crlf
*.bat.in        -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