Skip to content

Commit

Permalink
Applied clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
lrsdnlssn committed Nov 23, 2021
1 parent 73db397 commit d8461a9
Show file tree
Hide file tree
Showing 51 changed files with 9,026 additions and 6,731 deletions.
41 changes: 41 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
AlignAfterOpenBracket: AlwaysBreak
AlignConsecutiveAssignments: true
AlignConsecutiveMacros: true
AllowAllArgumentsOnNextLine: false
AllowAllParametersOfDeclarationOnNextLine: false
AllowShortCaseLabelsOnASingleLine: false
AllowShortFunctionsOnASingleLine: None
AllowShortIfStatementsOnASingleLine: Never
BinPackArguments: false
BinPackParameters: false
BreakBeforeBraces: Custom
BraceWrapping:
AfterCaseLabel: true
AfterClass: true
AfterControlStatement: true
AfterEnum: true
AfterFunction: true
AfterNamespace: true
AfterStruct: true
AfterUnion: true
BeforeCatch: true
BeforeElse: true
IndentBraces: false
SplitEmptyFunction: true
SplitEmptyRecord: true
SplitEmptyNamespace: false
AfterExternBlock: false
ColumnLimit: 80
ContinuationIndentWidth: 3
IndentCaseLabels: false
IndentWidth: 3
PenaltyBreakAssignment: 10
PenaltyBreakBeforeFirstCallParameter: 30
PenaltyBreakComment: 10
PenaltyBreakString: 1000
PenaltyExcessCharacter: 15
PenaltyReturnTypeOnItsOwnLine: 100000
PointerAlignment: Middle
SortIncludes: false
SpaceBeforeParens: NonEmptyParentheses
UseTab: Never
Loading

0 comments on commit d8461a9

Please sign in to comment.