1Language: Cpp
2ColumnLimit: 0
3UseTab: Never
4IndentWidth: 4
5IndentCaseLabels: false
6AlignAfterOpenBracket: Align
7SpacesBeforeTrailingComments: 1
8BreakBeforeBraces: Attach
9AccessModifierOffset: -4
10DerivePointerAlignment: false
11PointerAlignment: Left
12AllowShortFunctionsOnASingleLine: Inline
13AllowShortIfStatementsOnASingleLine: false
14KeepEmptyLinesAtTheStartOfBlocks: true
15AlignEscapedNewlinesLeft: false
16ForEachMacros: ['list_for_every_entry','list_for_every_entry_safe']
17