---

BasedOnStyle: LLVM

Language: Cpp

UseTab: Never
IndentWidth: 4
TabWidth: 4

NamespaceIndentation: All
FixNamespaceComments: false

DerivePointerAlignment: false
PointerAlignment: Left

BreakBeforeBraces: Allman

SpaceBeforeParens: false

AlignAfterOpenBracket: Align
AlignEscapedNewlines: Left

AllowShortFunctionsOnASingleLine: None

AlwaysBreakTemplateDeclarations: Yes

AllowShortLoopsOnASingleLine: true

AccessModifierOffset: -4

BinPackArguments: false

ColumnLimit: 0
