clang-format.sh 110 B

1234
  1. #! /bin/sh
  2. exec find src -iname *.h -o -iname *.cpp | xargs clang-format-15 -i -style=file:src/.clang-format