nekoray_Mahdi-zarei/script/format_cpp.sh
2024-12-06 23:18:01 +03:30

3 lines
94 B
Bash

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