Files
clr-debug-info/update_format.sh
T
2016-05-11 15:20:12 +01:00

3 lines
53 B
Bash
Executable File

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