Skip to content
Snippets Groups Projects
Commit 656861fa authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Fix ci formatter to format all files

parent e20501ce
No related branches found
No related tags found
No related merge requests found
...@@ -11,5 +11,7 @@ FILES=$(find src -type f -type f \( -iname "*.cpp" -o -iname "*.h" \)) ...@@ -11,5 +11,7 @@ FILES=$(find src -type f -type f \( -iname "*.cpp" -o -iname "*.h" \))
for f in $FILES for f in $FILES
do do
clang-format -i "$f" && git diff --exit-code clang-format -i "$f"
done; done;
git diff --exit-code
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment