Add whitespace=tab-in-indent attribute for sources

Tell Git 1.7.2 and later to reject indentation with TABs.
This commit is contained in:
Brad King 2010-08-30 11:19:39 -04:00
parent aac1680648
commit 1cbc53f022
1 changed files with 6 additions and 0 deletions

6
.gitattributes vendored
View File

@ -12,3 +12,9 @@ configure crlf=input
*.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