bwidgets/clang-format.sh

3 lines
66 B
Bash
Executable File

#!/bin/sh
find . -name "*.?pp" -print -exec clang-format -i {} \;