nekoray_Mahdi-zarei/script/format_cpp.sh
2024-12-24 23:31:11 +03:30

3 lines
94 B
Bash
Executable File

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