Files
nekoray/libs/format_cpp.sh
2022-11-18 14:20:30 +09:00

3 lines
94 B
Bash
Executable File

#!/bin/sh
git ls-files | grep -E "\.cpp|\.h" | grep -v "3rdparty" | xargs -n1 clang-format -i