BasedOnStyle: LLVM
IndentWidth: 4
AccessModifierOffset: -2
ColumnLimit: 100
BreakBeforeBraces: Allman
PointerAlignment: Left
UseTab: Never
AllowShortFunctionsOnASingleLine: Inline
AllowShortIfStatementsOnASingleLine: Never
AllowShortLoopsOnASingleLine: false
SpaceAfterCStyleCast: true
IndentCaseLabels: true
NamespaceIndentation: All
