From fac2a84d7fae8a22164c10707d649c46a3477593 Mon Sep 17 00:00:00 2001 From: Zedhugh Chen Date: Thu, 1 Jan 2026 12:19:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20clang-format=20=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .clang-format | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.clang-format b/.clang-format index 9a1855c..586880b 100644 --- a/.clang-format +++ b/.clang-format @@ -6,6 +6,11 @@ IndentWidth: 2 ConstructorInitializerIndentWidth: 2 ContinuationIndentWidth: 2 --- +Language: C +DerivePointerAlignment: false +PointerAlignment: Right +--- Language: Cpp +DerivePointerAlignment: false PointerAlignment: Right ---