From 2d56834c55f348809282e2c16bd439a8c96f3f4d Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Thu, 9 Apr 2020 13:34:52 -0400 Subject: [PATCH] gitattributes: ignore formatting in CMake/patches This code generally comes from CMake and should not be reformatted using VTK's settings. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index aedfb99ccf..092e49052d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -29,3 +29,4 @@ Utilities/KWIML/** -format.clang-format Utilities/KWSys/** -format.clang-format Utilities/MetaIO/** -format.clang-format ThirdParty/** -format.clang-format +CMake/patches/** -format.clang-format