From 15c994ebdc9674bb057567370333ee0330a60ad2 Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 8 Oct 2014 15:06:26 -0400 Subject: [PATCH] curl: Disable all whitespace checks in third-party code Add a .gitattributes file to tell Git to skip whitespace checks in the curl source code. --- Utilities/cmcurl/.gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 Utilities/cmcurl/.gitattributes diff --git a/Utilities/cmcurl/.gitattributes b/Utilities/cmcurl/.gitattributes new file mode 100644 index 000000000..562b12e16 --- /dev/null +++ b/Utilities/cmcurl/.gitattributes @@ -0,0 +1 @@ +* -whitespace