We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dede2b commit 4ddbeaaCopy full SHA for 4ddbeaa
1 file changed
clang_format.sh
@@ -24,6 +24,7 @@ if [ ! -e ${LINK} ]; then
24
"/usr/local/bin/clang-format"
25
"/usr/local/llvm34/bin/clang-format"
26
"/usr/local/llvm35/bin/clang-format"
27
+ "/usr/bin/clang-format-3.5"
28
)
29
30
# Try to find binary
0 commit comments