Newer
Older
Language: Cpp
AccessModifierOffset: '-2'
AlignAfterOpenBracket: 'AlwaysBreak'
AlignConsecutiveAssignments : 'true'
AlignConsecutiveDeclarations: 'true'
AllowShortBlocksOnASingleLine: 'false'
AllowShortFunctionsOnASingleLine: 'None'
AlwaysBreakTemplateDeclarations: 'true'
BinPackArguments: 'false'
BinPackParameters: 'false'
BreakBeforeBraces: 'Custom'
BreakBeforeTernaryOperators: 'true'
BreakConstructorInitializersStyle: 'BeforeComma'
BreakInheritanceList: 'BeforeComma'
ColumnLimit: '80'
CompactNamespaces: 'true'
DerivePointerAlignment: 'false'
FixNamespaceComments: 'true'
IncludeBlocks: Regroup
IndentPPDirectives: AfterHash
IndentWidth: '2'
NamespaceIndentation: 'None'
PointerAlignment: 'Right'
ReflowComments: 'true'
SpaceBeforeAssignmentOperators: 'true'
SpacesInParentheses: 'true'
TabWidth: '2'
UseTab: Never
BraceWrapping: {
AfterClass: 'true',
AfterControlStatement: 'true',
AfterEnum: 'true',