#!/usr/bin/sh find src -name '*.cpp' -o -name '*.hpp' | xargs clang-format --dry-run --Werror