Skip to content

Commit

Permalink
Update .clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
RimuruChan committed Sep 22, 2022
1 parent a8f57b1 commit 94a4d97
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ AlignAfterOpenBracket: Align
AlignConsecutiveAssignments: None
AlignConsecutiveDeclarations: None
AlignOperands: Align
AlwaysBreakTemplateDeclarations : MultiLine
AlwaysBreakTemplateDeclarations : Yes
AlignTrailingComments: true
AllowAllArgumentsOnNextLine : true
AllowAllParametersOfDeclarationOnNextLine: true
Expand Down Expand Up @@ -40,7 +40,6 @@ SpaceAfterCStyleCast: false
IndentCaseLabels: true
TabWidth: 4
UseTab: Never

BreakBeforeBraces: Custom
BraceWrapping:
# case 语句后面
Expand Down

0 comments on commit 94a4d97

Please sign in to comment.