1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-31 10:45:16 +01:00

Use clang-format 20 (#24861)

https://clang.llvm.org/docs/ClangFormatStyleOptions.html
This commit is contained in:
Michał Janiszewski
2025-07-31 11:01:48 +02:00
committed by GitHub
parent 616fdee571
commit f6292b4c13
30 changed files with 569 additions and 526 deletions

View File

@@ -16,4 +16,4 @@ fi
basedir="$($readlink_bin -f `dirname $0`/..)"
cd $basedir
scripts/run-clang-format.py --clang-format-executable /usr/lib/llvm19/bin/clang-format -r src test data/shaders --exclude src/thirdparty
scripts/run-clang-format.py --clang-format-executable /usr/lib/llvm20/bin/clang-format -r src test data/shaders --exclude src/thirdparty