mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-28 09:59:20 -05:00
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:
@@ -12,3 +12,9 @@ configure crlf=input
|
|||||||
*.dsw -crlf
|
*.dsw -crlf
|
||||||
*.sln -crlf
|
*.sln -crlf
|
||||||
*.vcproj -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
|
||||||
|
|||||||
Reference in New Issue
Block a user