BasedOnStyle: LLVM
IndentWidth: 4
TabWidth: 4
UseTab: Always
BreakBeforeBraces: Attach
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
SortIncludes: true
IncludeCategories:
  - Regex: '<.*>'
    Priority: -1
  - Regex: '.*'
    Priority: 0
ColumnLimit: 80
SpaceBeforeParens: ControlStatements
SpaceAfterCStyleCast: false
AlignAfterOpenBracket: DontAlign
AlignConsecutiveAssignments: false
AlignConsecutiveDeclarations: false
AlignEscapedNewlines: DontAlign
AlignOperands: false
AlignTrailingComments: false
BinPackParameters: true
BinPackArguments: true
ContinuationIndentWidth: 8
Cpp11BracedListStyle: false
AllowAllParametersOfDeclarationOnNextLine: false
AllowShortLoopsOnASingleLine: false
AllowShortBlocksOnASingleLine: false
AllowShortCaseLabelsOnASingleLine: false
AllowShortFunctionsOnASingleLine: None
AllowShortIfStatementsOnASingleLine: false
AllowShortFunctionsOnASingleLine: None
AlwaysBreakAfterReturnType: None
AlwaysBreakBeforeMultilineStrings: false
BreakBeforeBinaryOperators: None
BreakBeforeTernaryOperators: false
BreakStringLiterals: true
DerivePointerAlignment: false
PointerAlignment: Right
ReflowComments: true
IndentWrappedFunctionNames: true
