CI: Don't ignore deps directory when formatting

Also add a .clang-format ignore file to the libff dependency.
master
Matt Gajownik 2022-03-25 19:36:16 +11:00
parent de1d806e83
commit 70924da18d
2 changed files with 3 additions and 1 deletions

View File

@ -44,7 +44,6 @@ fi
find . -type d \( \
-path ./\*build -o \
-path ./cmake -o \
-path ./deps -o \
-path ./plugins/decklink/\*/decklink-sdk -o \
-path ./plugins/enc-amf -o \
-path ./plugins/mac-syphon/syphon-framework -o \

3
deps/libff/.clang-format vendored Normal file
View File

@ -0,0 +1,3 @@
Language: Cpp
SortIncludes: false
DisableFormat: true