Skip to content

Commit

Permalink
remove redundant entries for clang format configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
corrados committed Jun 19, 2024
1 parent 594ce4a commit 386a1cd
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -1,24 +1,15 @@
BasedOnStyle: Google
IndentWidth: 2
TabWidth: 2
UseTab: Never
BreakBeforeBraces: Allman
ColumnLimit: 0
SpaceBeforeParens: ControlStatements
SpaceAfterCStyleCast: false
SpacesInParentheses: false
SpacesInSquareBrackets: false
SpacesInContainerLiterals: false
AlignAfterOpenBracket: DontAlign
AlignTrailingComments: true
BinPackArguments: false
BinPackParameters: false
PenaltyBreakBeforeFirstCallParameter: 0

AllowShortCaseLabelsOnASingleLine: true
AlignConsecutiveAssignments: true
SpacesBeforeTrailingComments: 1
AlignOperands: true
AllowAllParametersOfDeclarationOnNextLine: true
AllowShortFunctionsOnASingleLine: All
IndentPPDirectives: AfterHash
Expand Down

0 comments on commit 386a1cd

Please sign in to comment.