From a3db2c40012f6ffb8e7c320569957cbe5aec9c5f Mon Sep 17 00:00:00 2001 From: Xianpeng Shen Date: Mon, 1 Sep 2025 22:10:54 +0300 Subject: [PATCH] docs: Upgrade clang-format and clang-tidy to version 21 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index de2001b..c33048c 100644 --- a/README.md +++ b/README.md @@ -64,9 +64,9 @@ repos: rev: v1.1.0 hooks: - id: clang-format - args: [--style=file, --version=18] # Specifies version + args: [--style=file, --version=21] # Specifies version - id: clang-tidy - args: [--checks=.clang-tidy, --version=18] # Specifies version + args: [--checks=.clang-tidy, --version=21] # Specifies version ``` > [!NOTE] @@ -180,7 +180,7 @@ repos: rev: v1.1.0 hooks: - id: clang-format - args: [--style=file, --version=18, --verbose] # Add -v or --verbose for detailed output + args: [--style=file, --version=21, --verbose] # Add -v or --verbose for detailed output ``` ## FAQ