the_silver_searcher/format.sh
2014-02-22 20:18:07 -08:00

5 lines
69 B
Bash
Executable file

#!/bin/bash
CLANG_FORMAT=clang-format-3.5
$CLANG_FORMAT -i src/*.c