format-code.sh 57 B

1
  1. find .. -regex ".*\.[ch]pp$" -exec clang-format -i {} \;