mirror of
https://github.com/reactos/CMake.git
synced 2024-11-26 04:50:24 +00:00
1cbc53f022
Tell Git 1.7.2 and later to reject indentation with TABs.
21 lines
516 B
Plaintext
21 lines
516 B
Plaintext
.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
|