Files
Archive/nekoray/libs/format_cpp.sh
2024-03-05 02:32:38 -08: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