Fix ci formatter to format all files

pull/91/head
Nicolas Werner 5 years ago
parent e20501cec7
commit 656861fa9d
  1. 4
      .ci/format.sh

@ -11,5 +11,7 @@ FILES=$(find src -type f -type f \( -iname "*.cpp" -o -iname "*.h" \))
for f in $FILES
do
clang-format -i "$f" && git diff --exit-code
clang-format -i "$f"
done;
git diff --exit-code

Loading…
Cancel
Save