We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc26500 commit 7521dd4Copy full SHA for 7521dd4
.travis_scripts/run-clang-format.sh
@@ -1,4 +1,4 @@
1
#!/usr/bin/env bash
2
3
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
4
-python $DIR/run-clang-format.py -r $DIR/../src/**/ $DIR/../include/**/
+python $DIR/run-clang-format.py --clang-format-executable clang-format-9 -r $DIR/../src/**/ $DIR/../include/**/
0 commit comments