[Bf-blender-cvs] [e5c5b990c6d] master: Disable clang-format for Libmv

Sergey Sharybin noreply at git.blender.org
Thu Apr 18 12:34:34 CEST 2019


Commit: e5c5b990c6d306fd42cb536d9be9e2d1335a4f5e
Author: Sergey Sharybin
Date:   Thu Apr 18 12:33:04 2019 +0200
Branches: master
https://developer.blender.org/rBe5c5b990c6d306fd42cb536d9be9e2d1335a4f5e

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).

===================================================================

A	intern/libmv/.clang-format

===================================================================

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



More information about the Bf-blender-cvs mailing list