upd: set up file structure

This commit is contained in:
2023-11-08 18:33:40 +08:00
parent fa7c45cc6f
commit 4ae22f0f8c
7 changed files with 82 additions and 95 deletions

6
.clang-format Normal file
View File

@ -0,0 +1,6 @@
BasedOnStyle: Google
DerivePointerAlignment: false
PointerAlignment: Right
ColumnLimit: 80
AllowCommentMovement: true
PenaltyBreakBeforeFirstCallParameter: 100