Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2019-04-18 13:33:04 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2019-04-18 13:33:04 +0300
commite5c5b990c6d306fd42cb536d9be9e2d1335a4f5e (patch)
tree91431db01bef32df7b3d1255f3a9eeb81a4d40eb /intern
parentb92d777d16c34e8b06a61061cbb4ce5eacf23fe0 (diff)
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).
Diffstat (limited to 'intern')
-rw-r--r--intern/libmv/.clang-format2
1 files changed, 2 insertions, 0 deletions
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