Language: Cpp
ColumnLimit: 0
UseTab: Never
IndentWidth: 4
IndentCaseLabels: false
AlignAfterOpenBracket: Align
SpacesBeforeTrailingComments: 1
BreakBeforeBraces: Attach
AccessModifierOffset: -4
DerivePointerAlignment: false
PointerAlignment: Left
AllowShortFunctionsOnASingleLine: Inline
AllowShortIfStatementsOnASingleLine: false
KeepEmptyLinesAtTheStartOfBlocks: true
AlignEscapedNewlinesLeft: false
ForEachMacros: ['list_for_every_entry','list_for_every_entry_safe']
