summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2010-08-31 18:52:24 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2010-08-31 18:52:24 (GMT)
commit3d88b42de769f37ee55e45bcc02c1aaa14281075 (patch)
tree9900a3843ef5494824c450ad7a8772ad7f95f4f4
parent28e073213f9a8122c177225822b096001fb7f250 (diff)
parent1cbc53f022ba4a37fa2c633bd1e8cb856ae6fff0 (diff)
downloadCMake-3d88b42de769f37ee55e45bcc02c1aaa14281075.zip
CMake-3d88b42de769f37ee55e45bcc02c1aaa14281075.tar.gz
CMake-3d88b42de769f37ee55e45bcc02c1aaa14281075.tar.bz2
Merge topic 'tab-in-indent'
1cbc53f Add whitespace=tab-in-indent attribute for sources
-rw-r--r--.gitattributes6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 878221f..43676a9 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -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