From 78e8b45ae35cc37c1f187b086d8750db54a09395 Mon Sep 17 00:00:00 2001
From: Chuck Atkins <chuck.atkins@kitware.com>
Date: Tue, 4 Apr 2017 14:40:43 -0400
Subject: [PATCH] Disable clang-format hooks.  It's more annoying than useful.

---
 scripts/developer/setup.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/developer/setup.sh b/scripts/developer/setup.sh
index 082cb1257..27607008e 100755
--- a/scripts/developer/setup.sh
+++ b/scripts/developer/setup.sh
@@ -15,4 +15,4 @@ test_cmd scripts/developer/git/setup-aliases \
 
 test_cmd scripts/developer/git/setup-hooks \
   "Failed to setup git hooks" 1
-git config hooks.clang-format true
+git config hooks.clang-format false
-- 
GitLab