初始化构建配置

This commit is contained in:
2025-08-03 00:02:00 +08:00
commit 82456e77c9
7 changed files with 103 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
---