aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-format
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2023-06-17 17:45:06 +0200
committerJay Berkenbilt <ejb@ql.org>2023-06-17 17:45:06 +0200
commit1d979adde53c3a473c274c39af7f1925ba07e45d (patch)
tree377d0c072faf12f6ab9d9afe744e0b5e6e280ed9 /.clang-format
parent21612165c6c1b49b88786c0232215f2e894254ea (diff)
downloadqpdf-1d979adde53c3a473c274c39af7f1925ba07e45d.tar.zst
Bump minimum clang-format version to 16
Also enforce in format-code.
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format3
1 files changed, 2 insertions, 1 deletions
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