diff options
author | Brad King <brad.king@kitware.com> | 2014-04-03 18:37:13 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-04-03 18:37:13 (GMT) |
commit | 23e4666cf57c31c719472debba83a43f54d351d8 (patch) | |
tree | faf0dd796f202a40150b5cbd6e689a7572ee17dc /Utilities/cmlibarchive | |
parent | 5376151aa1d724b6d7ddef8d2e521d97cbfa74ae (diff) | |
download | CMake-23e4666cf57c31c719472debba83a43f54d351d8.zip CMake-23e4666cf57c31c719472debba83a43f54d351d8.tar.gz CMake-23e4666cf57c31c719472debba83a43f54d351d8.tar.bz2 |
libarchive: Disable more whitespace checks in third-party code
Diffstat (limited to 'Utilities/cmlibarchive')
-rw-r--r-- | Utilities/cmlibarchive/.gitattributes | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Utilities/cmlibarchive/.gitattributes b/Utilities/cmlibarchive/.gitattributes index be7062b..a87f192 100644 --- a/Utilities/cmlibarchive/.gitattributes +++ b/Utilities/cmlibarchive/.gitattributes @@ -1,2 +1 @@ -*.h whitespace=indent-with-non-tab,-blank-at-eol -*.c whitespace=indent-with-non-tab,-blank-at-eol +* whitespace=-indent-with-non-tab,-tab-in-indent,-blank-at-eol,-blank-at-eof |