Fluid: Manta clang-format update

Do not use sort-includes in Manta source files for now when applying clang-format. Too many conflicts.
This commit is contained in:
Sebastián Barschkis 2020-04-08 13:20:18 +02:00
parent ea5a2efb57
commit 7cafdc57e0
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ rm $BLENDER_INSTALLATION/blender/tmp/preprocessed/fileio/*.reg
cd $BLENDER_INSTALLATION/blender/tmp/
echo "Applying clang format to Mantaflow source files"
find . -iname *.h -o -iname *.cpp | xargs clang-format --verbose -i -style=file
find . -iname *.h -o -iname *.cpp | xargs clang-format --verbose -i -style=file -sort-includes=0
find . -iname *.h -o -iname *.cpp | xargs dos2unix --verbose
# ==================== 5) MOVE MANTAFLOW FILES TO EXTERN/ ================================