https://github.com/Kitware/CMake
Revision eb6f81705a8bfd89cf0afeb4c26d3e2944e3ecd3 authored by Brad King on 28 June 2016, 13:15:25 UTC, committed by Brad King on 28 June 2016, 13:15:25 UTC
2 parent s 76c66bf + c6a077d
Raw File
Tip revision: eb6f81705a8bfd89cf0afeb4c26d3e2944e3ecd3 authored by Brad King on 28 June 2016, 13:15:25 UTC
Merge branch 'doc-cross-reference-lang-standard-and-extensions' into release
Tip revision: eb6f817
.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
*.dsw           -crlf
*.pfx           -crlf
*.png           -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

*.rst            whitespace=tab-in-indent conflict-marker-size=79
back to top