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 cc1b835 commit cf1cc40Copy full SHA for cf1cc40
githooks/pre-commit-clang-format
@@ -24,7 +24,7 @@
24
RECOMMENDED_CLANG_FORMAT_MAJOR="11"
25
26
function find_clang_format() {
27
- for version in 11 12 13 14; do
+ for version in 11 12 13 14 15; do
28
program=`which clang-format-$version 2>/dev/null`
29
if [ ! -z "$program" ]; then
30
echo "$program"
0 commit comments