From e5c5b990c6d306fd42cb536d9be9e2d1335a4f5e Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Thu, 18 Apr 2019 12:33:04 +0200 Subject: Disable clang-format for Libmv This is an odd-ball: it's a library which has own style and guidelines, and just happened to be developed by Blender developers and also happened to rely on some functionality of intern/ for its C-API. Might consider using Google's clang-format in the future (this is what the style is supposed to be in this library). --- intern/libmv/.clang-format | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 intern/libmv/.clang-format (limited to 'intern') diff --git a/intern/libmv/.clang-format b/intern/libmv/.clang-format new file mode 100644 index 00000000000..9d159247d51 --- /dev/null +++ b/intern/libmv/.clang-format @@ -0,0 +1,2 @@ +DisableFormat: true +SortIncludes: false -- cgit v1.2.3