Преглед изворни кода

CI: Don't ignore deps directory when formatting

Also add a .clang-format ignore file to the libff dependency.
Matt Gajownik пре 3 година
родитељ
комит
70924da18d
2 измењених фајлова са 3 додато и 1 уклоњено
  1. 0 1
      CI/check-format.sh
  2. 3 0
      deps/libff/.clang-format

+ 0 - 1
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 \

+ 3 - 0
deps/libff/.clang-format

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