BasedOnStyle: Google

AlignTrailingComments: true
AllowShortBlocksOnASingleLine: Empty
AllowShortEnumsOnASingleLine: false
AllowShortFunctionsOnASingleLine: Empty
AllowShortIfStatementsOnASingleLine: Never
AllowShortLambdasOnASingleLine: Empty
AllowShortLoopsOnASingleLine: false
AttributeMacros: ['CODI_Likely', 'CODI_Unlikely', 'CODI_LAMBDA_INLINE' ]
BreakBeforeBraces: Attach
ColumnLimit: 120
EmptyLineAfterAccessModifier: Leave
FixNamespaceComments: false
IndentCaseLabels: true
IndentPPDirectives: BeforeHash
IndentWidth: 2
IndentAccessModifiers: true
MaxEmptyLinesToKeep: 1
NamespaceIndentation: All
PenaltyBreakComment: 100
SpaceAfterTemplateKeyword: false
