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
diff options
context:
space:
mode:
authorSergey Sharybin <sergey@blender.org>2021-04-01 12:32:47 +0300
committerSergey Sharybin <sergey@blender.org>2021-04-01 12:32:47 +0300
commitd904271d09f32e09b74f2038ecd13ac244855a31 (patch)
tree69a2212d6783493c68b35481e947d5b02da1aee9
parent7faf5b0e02734313091b5672b861044ef90ea592 (diff)
Libmv: Add clang-format for third party sources
Got ignored in the initial commit of clang-format support to the Libmv.
-rw-r--r--intern/libmv/third_party/.clang-format2
1 files changed, 2 insertions, 0 deletions
diff --git a/intern/libmv/third_party/.clang-format b/intern/libmv/third_party/.clang-format
new file mode 100644
index 00000000000..9d159247d51
--- /dev/null
+++ b/intern/libmv/third_party/.clang-format
@@ -0,0 +1,2 @@
+DisableFormat: true
+SortIncludes: false