Files
linux-steam-integration/update_format.sh
T
2016-05-26 21:32:23 +01:00

3 lines
53 B
Bash
Executable File

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