更新 clang-format 配置

This commit is contained in:
2026-01-01 12:19:32 +08:00
parent 6382afeb03
commit fac2a84d7f

View File

@@ -6,6 +6,11 @@ IndentWidth: 2
ConstructorInitializerIndentWidth: 2
ContinuationIndentWidth: 2
---
Language: C
DerivePointerAlignment: false
PointerAlignment: Right
---
Language: Cpp
DerivePointerAlignment: false
PointerAlignment: Right
---