Taylor Bockman
4 years ago
3 changed files with 21 additions and 18 deletions
@ -1,13 +1,16 @@
|
||||
AlignAfterOpenBracket: Align |
||||
AlignConsecutiveMacros: 'true' |
||||
AlignConsecutiveAssignments: 'true' |
||||
AlignConsecutiveDeclarations: 'true' |
||||
AlignTrailingComments: 'true' |
||||
AllowShortBlocksOnASingleLine: 'false' |
||||
AllowShortCaseLabelsOnASingleLine: 'false' |
||||
AllowShortFunctionsOnASingleLine: None |
||||
AllowShortIfStatementsOnASingleLine: Never |
||||
AllowShortLoopsOnASingleLine: 'false' |
||||
BreakBeforeBraces: Allman |
||||
ColumnLimit: '120' |
||||
IndentCaseLabels: 'true' |
||||
IndentWidth: '4' |
||||
Language: Cpp |
||||
PointerAlignment: Right |
||||
SortIncludes: 'false' |
||||
|
||||
SortIncludes: 'true' |
||||
SpaceBeforeParens: ControlStatements |
||||
SpaceBeforeRangeBasedForLoopColon: 'true' |
||||
SpaceInEmptyParentheses: 'false' |
||||
UseTab: Never |
||||
ColumnLimit: 80 |
Loading…
Reference in new issue