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).
This commit is contained in:
Sergey Sharybin 2019-04-18 12:33:04 +02:00
parent b92d777d16
commit e5c5b990c6
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
DisableFormat: true
SortIncludes: false