SoftGroup/softgroup/ops/clang_format.sh
2022-04-15 08:16:32 +00:00

3 lines
120 B
Bash
Executable File

#!/bin/bash
find . -regex ".*\.\(cpp\|c\|cc\|cu\|cxx\|h\|hh\|hpp\|hxx\|tcc\|mm\|m\)" -print0 | xargs -0 clang-format -i