Skip to content

Commit

Permalink
.clang-format: fix conflict style
Browse files Browse the repository at this point in the history
Signed-off-by: Kun Lai <[email protected]>
  • Loading branch information
imlk0 committed Mar 25, 2024
1 parent 51363dd commit 7432b61
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ BraceWrapping:
SplitEmptyFunction: true # Unknown to clang-format-4.0
SplitEmptyRecord: true # Unknown to clang-format-4.0
SplitEmptyNamespace: true # Unknown to clang-format-4.0
BreakAfterJavaFieldAnnotations: true
BreakBeforeBinaryOperators: None
BreakBeforeBraces: Custom
#BreakBeforeConceptDeclarations: false # Unknown to clang-format-9.0
Expand Down Expand Up @@ -141,7 +140,6 @@ SpaceBeforeInheritanceColon: true # Unknown to clang-format-6.0
SpaceBeforeParens: ControlStatements
SpaceBeforeRangeBasedForLoopColon: true # Unknown to clang-format-6.0
#SpaceBeforeSquareBrackets: false # Unknown to clang-format-9.0
SpaceInEmptyParentheses: false
#SpaceInEmptyBlock: true # Unknown to clang-format-9.0
SpaceInEmptyParentheses: false
SpacesBeforeTrailingComments: 1
Expand Down

0 comments on commit 7432b61

Please sign in to comment.