https://github.com/Kitware/CMake
Revision e0fbd95f06ca4d1b0274da5b9a1e3c58c4f93ca2 authored by Kitware Robot on 29 May 2016, 04:01:05 UTC, committed by Kitware Robot on 29 May 2016, 04:01:05 UTC
1 parent 797a332
Raw File
Tip revision: e0fbd95f06ca4d1b0274da5b9a1e3c58c4f93ca2 authored by Kitware Robot on 29 May 2016, 04:01:05 UTC
CMake Nightly Date Stamp
Tip revision: e0fbd95
.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