diff options
author | Levi Behunin <[email protected]> | 2023-01-29 13:54:13 -0700 |
---|---|---|
committer | Behunin <[email protected]> | 2023-01-29 17:49:42 -0700 |
commit | d5fc56db4bdebcf4f45e39e9c9d0f40229de8cea (patch) | |
tree | 4bbcaee76bde35ddc6eff9a1c639866cf278b353 /.ci | |
parent | 3aab57452153c3dfa8591809bc09797da03b44dc (diff) | |
download | yuzu-android-d5fc56db4bdebcf4f45e39e9c9d0f40229de8cea.tar.gz yuzu-android-d5fc56db4bdebcf4f45e39e9c9d0f40229de8cea.zip |
Move to Clang Format 15
Depends on https://github.com/yuzu-emu/build-environments/pull/69
clang-15 primary run
Diffstat (limited to '.ci')
-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 |