BasedOnStyle: LLVM
AllowShortFunctionsOnASingleLine: None
PointerAlignment: Left
BreakBeforeBraces: WebKit
AlwaysBreakTemplateDeclarations: Yes
SpaceAfterTemplateKeyword: false
BreakBeforeBinaryOperators: NonAssignment
BreakConstructorInitializers: AfterColon
BreakInheritanceList: AfterColon
SpaceBeforeCtorInitializerColon: false
SpaceBeforeInheritanceColon: false
IndentGotoLabels: false
KeepEmptyLinesAtTheStartOfBlocks: false
SpaceAroundPointerQualifiers: Both
