format.sh 86 B

1234
  1. #! /bin/bash
  2. set -ex
  3. find src/ \( -name *.cpp -o -name *.h \) | xargs clang-format -i