Update format script again

pull/446/head
Joseph Donofry 4 years ago
parent 2bfd44755e
commit 2a858d84e2
No known key found for this signature in database
GPG Key ID: E8A1D78EF044B0CB
  1. 3
      .ci/format.sh

@ -14,7 +14,8 @@ do
clang-format -i "$f"
done;
QMLFORMAT_PATH=$(command -v qmlformat)
QMLFORMAT_PATH=$(command -v qmlformat || true)
if [ -n "$QMLFORMAT_PATH" ]; then
QML_FILES=$(find resources -type f -iname "*.qml")

Loading…
Cancel
Save