-clang-format --version# we use clang-format-10 exclusively
-./scripts/format_code.py
-./ext/amfe/scripts/format_code.py
-mkdir -p patches
-if git diff --patch --exit-code > patches/clang-format.patch; then echo "Clang format changed nothing"; else echo "Clang format found changes to make!"; false; fi