初始化项目配置

This commit is contained in:
2025-10-08 07:44:37 +08:00
commit b8231b78ff
7 changed files with 106 additions and 0 deletions

11
.clang-format Normal file
View File

@@ -0,0 +1,11 @@
# -*- mode: yaml; -*-
---
BasedOnStyle: Google
IndentWidth: 2
ConstructorInitializerIndentWidth: 2
ContinuationIndentWidth: 2
---
Language: Cpp
PointerAlignment: Right
---