From 23e4666cf57c31c719472debba83a43f54d351d8 Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 3 Apr 2014 14:37:13 -0400 Subject: [PATCH] libarchive: Disable more whitespace checks in third-party code --- Utilities/cmlibarchive/.gitattributes | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Utilities/cmlibarchive/.gitattributes b/Utilities/cmlibarchive/.gitattributes index be7062b6e..a87f192bd 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