Commit: fa21588ec2044a43ff0901ccd9fbf93b9e0bb035 Author: Campbell Barton Date: Mon Apr 15 16:26:39 2019 +0200 Branches: temp-clang-format https://developer.blender.org/rBfa21588ec2044a43ff0901ccd9fbf93b9e0bb035
clang-format: add ignore file & ignore extern =================================================================== A .clang-format-ignore =================================================================== diff --git a/.clang-format-ignore b/.clang-format-ignore new file mode 100644 index 00000000000..31e22799166 --- /dev/null +++ b/.clang-format-ignore @@ -0,0 +1,6 @@ + +# Ignore directories. +extern/.* + +# Uses too much memory. +intern/cycles/render/sobol.cpp _______________________________________________ Bf-blender-cvs mailing list [email protected] https://lists.blender.org/mailman/listinfo/bf-blender-cvs
