Skip to content

Commit

Permalink
code review: BasedOnStyle: Google
Browse files Browse the repository at this point in the history
  • Loading branch information
Coeur committed Nov 1, 2024
1 parent d60935b commit 13de721
Showing 1 changed file with 10 additions and 25 deletions.
35 changes: 10 additions & 25 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -1,38 +1,23 @@
AlignAfterOpenBracket: AlwaysBreak
---
BasedOnStyle: Google

AccessModifierOffset: -2
AlignArrayOfStructures: Right
AlignConsecutiveAssignments: None
AlignConsecutiveBitFields: AcrossEmptyLinesAndComments
AlignConsecutiveBitFields: AcrossEmptyLines
AlignConsecutiveDeclarations: true
AlignConsecutiveMacros: AcrossEmptyLinesAndComments
AlignConsecutiveMacros: AcrossEmptyLines
AlignEscapedNewlines: Right
AlignOperands: false
AlignTrailingComments: true
AllowAllArgumentsOnNextLine: false
AllowAllParametersOfDeclarationOnNextLine: false
AlignOperands: DontAlign
AllowShortFunctionsOnASingleLine: Empty
AllowShortIfStatementsOnASingleLine: Never
AllowShortLambdasOnASingleLine: Empty
AllowShortLoopsOnASingleLine: false
AlwaysBreakBeforeMultilineStrings: false
BinPackArguments: true
BinPackParameters: true
BreakBeforeBraces: Attach
BreakBeforeBinaryOperators: None
ColumnLimit: 100
Cpp11BracedListStyle: false
ColumnLimit: 120
DerivePointerAlignment: false
IndentCaseLabels: false
IndentPPDirectives: AfterHash
IndentWidth: 4
InsertBraces: false
InsertNewlineAtEOF: true
MaxEmptyLinesToKeep: 1
PenaltyBreakAssignment: 1000
PenaltyBreakBeforeFirstCallParameter: 1000
PenaltyExcessCharacter: 1
PenaltyReturnTypeOnItsOwnLine: 1000
PointerAlignment: Right
PPIndentWidth: 2
SortIncludes: Never
SpaceAfterCStyleCast: false
SpacesInAngles: Never
SpacesInSquareBrackets: false
UseTab: Never

0 comments on commit 13de721

Please sign in to comment.