diff options
Diffstat (limited to 'Utilities/.gitattributes')
-rw-r--r-- | Utilities/.gitattributes | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Utilities/.gitattributes b/Utilities/.gitattributes index c6345eb..bd97802 100644 --- a/Utilities/.gitattributes +++ b/Utilities/.gitattributes @@ -1,3 +1,7 @@ /Git export-ignore /GitSetup export-ignore SetupForDevelopment.sh export-ignore + +# Do not format third-party sources. +/KWIML/** -format.clang-format +/cm*/** -format.clang-format |