diff options
author | Brad King <brad.king@kitware.com> | 2010-08-31 18:52:24 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2010-08-31 18:52:24 (GMT) |
commit | 3d88b42de769f37ee55e45bcc02c1aaa14281075 (patch) | |
tree | 9900a3843ef5494824c450ad7a8772ad7f95f4f4 | |
parent | 28e073213f9a8122c177225822b096001fb7f250 (diff) | |
parent | 1cbc53f022ba4a37fa2c633bd1e8cb856ae6fff0 (diff) | |
download | CMake-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-- | .gitattributes | 6 |
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 |