BasedOnStyle: llvm

IndentWidth: 2
TabWidth: 2
UseTab: Never
ColumnLimit: 120

#AlignAfterOpenBracket: false
AccessModifierOffset: 0
AlignTrailingComments: false
ReflowComments: false
SortIncludes: false
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
PointerAlignment: Left

NamespaceIndentation: Inner
SpaceBeforeParens: ControlStatements
FixNamespaceComments: false
Standard: Cpp11
