diff options
| author | Morph <39850852+Morph1984@users.noreply.github.com> | 2023-01-29 19:52:38 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-29 19:52:38 -0500 |
| commit | 5f4647df7da58aa22be21dd26cfa6de7c5f106c9 (patch) | |
| tree | 4bbcaee76bde35ddc6eff9a1c639866cf278b353 /.ci/scripts | |
| parent | 3aab57452153c3dfa8591809bc09797da03b44dc (diff) | |
| parent | d5fc56db4bdebcf4f45e39e9c9d0f40229de8cea (diff) | |
Merge pull request #9705 from behunin/patch-1
Move to Clang Format 15
Diffstat (limited to '.ci/scripts')
| -rwxr-xr-x | .ci/scripts/format/script.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/scripts/format/script.sh b/.ci/scripts/format/script.sh index 225bbc972..25b0718f0 100755 --- a/.ci/scripts/format/script.sh +++ b/.ci/scripts/format/script.sh @@ -10,7 +10,7 @@ if grep -nrI '\s$' src *.yml *.txt *.md Doxyfile .gitignore .gitmodules .ci* dis fi # Default clang-format points to default 3.5 version one -CLANG_FORMAT=${CLANG_FORMAT:-clang-format-12} +CLANG_FORMAT=${CLANG_FORMAT:-clang-format-15} $CLANG_FORMAT --version if [ "$TRAVIS_EVENT_TYPE" = "pull_request" ]; then |
