zenity/utils/format.sh
2022-03-10 22:37:39 -05:00

4 lines
106 B
Bash
Executable File

#!/bin/bash
find src -type f \( -iname '*.c' -or -iname '*.h' \) -exec clang-format -i -style=file {} \;