update code style

This commit is contained in:
2023-10-07 10:42:54 +08:00
parent b0c7ab0269
commit e4134689c5
3 changed files with 191 additions and 122 deletions

View File

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