Skip to content

Commit

Permalink
fix: clang-format (#24)
Browse files Browse the repository at this point in the history
Signed-off-by: kminoda <[email protected]>
Co-authored-by: kminoda <[email protected]>
  • Loading branch information
SakodaShintaro and kminoda authored Dec 26, 2023
1 parent 03f63ed commit 57487a2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,11 @@ PenaltyBreakString: 1000
PenaltyExcessCharacter: 0
PenaltyReturnTypeOnItsOwnLine: 200
PointerAlignment: Left
RawStringFormats:
- Delimiter: pb
Language: TextProto
BasedOnStyle: google
RawStringFormats:
- Language: TextProto
Delimiters:
- pb
BasedOnStyle: google
ReflowComments: true
SortIncludes: false
SortUsingDeclarations: false
Expand Down

0 comments on commit 57487a2

Please sign in to comment.