AccessModifierOffset: 0
AlignAfterOpenBracket: DontAlign
AlignOperands: Align
AllowShortEnumsOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
AllowShortLambdasOnASingleLine: true
AlwaysBreakBeforeMultilineStrings: true
BasedOnStyle: LLVM
ColumnLimit: 80
ConstructorInitializerIndentWidth: 8
ContinuationIndentWidth: 8
EmptyLineAfterAccessModifier: Always
EmptyLineBeforeAccessModifier: Always
FixNamespaceComments: false
IndentAccessModifiers: true
IndentWidth: 8
Language: Cpp
NamespaceIndentation: Inner
ReflowComments: true
SeparateDefinitionBlocks: Always
SpaceBeforeInheritanceColon: false
SortUsingDeclarations: true
TabWidth: 8
UseTab: Always











