Files
linux-steam-integration/update_format.sh
T
2016-12-08 22:28:07 +00:00

3 lines
78 B
Bash
Executable File

#!/bin/bash
clang-format -i $(find . -not -path '*/libnica/*' -name '*.[ch]')