BasedOnStyle: LLVM
IndentWidth: 4
TabWidth: 4
UseTab: Never
AllowShortFunctionsOnASingleLine: None
BreakTemplateDeclarations: Yes
AlwaysBreakTemplateDeclarations: true
BreakBeforeBraces: Linux
ColumnLimit: 140
AlignConsecutiveAssignments: true
AlignTrailingComments: true
BreakBeforeTernaryOperators: true
AllowShortCaseLabelsOnASingleLine: false
IndentCaseLabels: true
SortIncludes: true
SpacesBeforeTrailingComments: 1
SpaceBeforeParens: ControlStatements
SpaceAfterCStyleCast: true
PointerAlignment: Left
Cpp11BracedListStyle: false
AccessModifierOffset: -4
