diff --git a/CI/check-format.sh b/CI/check-format.sh index 50d542558..539dc0fff 100755 --- a/CI/check-format.sh +++ b/CI/check-format.sh @@ -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 \ diff --git a/deps/libff/.clang-format b/deps/libff/.clang-format new file mode 100644 index 000000000..6420a4688 --- /dev/null +++ b/deps/libff/.clang-format @@ -0,0 +1,3 @@ +Language: Cpp +SortIncludes: false +DisableFormat: true