From 1d979adde53c3a473c274c39af7f1925ba07e45d Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 17 Jun 2023 11:45:06 -0400 Subject: Bump minimum clang-format version to 16 Also enforce in format-code. --- .clang-format | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.clang-format') diff --git a/.clang-format b/.clang-format index 4f806d16..debe191b 100644 --- a/.clang-format +++ b/.clang-format @@ -1,5 +1,6 @@ # -*- yaml -*- -# This configuration works with clang-format-15. +# This configuration requires at least clang-format 15. +# See ./format-code for comments about the minimum version. # See https://clang.llvm.org/docs/ClangFormatStyleOptions.html --- Language: Cpp -- cgit v1.2.3-54-g00ecf