Files
linux-steam-integration/update_format.sh
T

3 lines
53 B
Bash
Executable File

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