---
BasedOnStyle: LLVM

AlignAfterOpenBracket: AlwaysBreak
AlignConsecutiveMacros: true
AlignEscapedNewlines: LeftWithLastLine
AllowAllArgumentsOnNextLine: true
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
AllowShortFunctionsOnASingleLine: Inline

BraceWrapping:
  AfterControlStatement: false
  AfterFunction: true
BreakAfterReturnType: TopLevel
BreakBeforeBraces: Custom

ColumnLimit: 100

IndentCaseLabels: true
IndentWidth: 4
InsertBraces: true

DerivePointerAlignment: false
PointerAlignment: Right

ReflowComments: true

SortIncludes: false
SpaceAfterCStyleCast: true
SpaceBeforeParens: ControlStatements

TabWidth: 4
UseTab: Never

...
