---
Language: Cpp
Standard: Cpp11
IndentCaseLabels: true
UseTab: Never
IndentWidth: 4
AlignAfterOpenBracket: Align
PointerAlignment: Right
DerivePointerAlignment: false
AllowShortIfStatementsOnASingleLine: false
AllowShortBlocksOnASingleLine: false
AllowShortCaseLabelsOnASingleLine: false
ColumnLimit: 0
BreakBeforeBraces: Attach
SpaceAfterCStyleCast: true
Cpp11BracedListStyle: false
SortIncludes: false
MaxEmptyLinesToKeep: 1
