clang-format.bash: update to clang-format-18

The `.clang-format` configuration needs no changes to make the
version 18 format close to what version 15 produced before.

Issue: #26123
This commit is contained in:
Brad King
2025-01-23 11:38:03 -05:00
parent 17255e48af
commit e641442149
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
.editorconfig export-ignore
# Custom attribute to mark sources as using our C code style.
[attr]our-c-style whitespace=tab-in-indent format.clang-format=15
[attr]our-c-style whitespace=tab-in-indent format.clang-format=18
# Custom attribute to mark sources as generated.
# Do not perform whitespace checks. Do not format.