---
Language: Cpp
BasedOnStyle: LLVM
IndentWidth: 4
UseTab: Never
ColumnLimit: 88
AllowShortFunctionsOnASingleLine: Empty
AllowShortIfStatementsOnASingleLine: Never
AllowShortLoopsOnASingleLine: false
BreakBeforeBraces: Allman
SpaceAfterCStyleCast: true
SpaceBeforeAssignmentOperators: true
AlignConsecutiveAssignments: true
AlignConsecutiveDeclarations: true
ReflowComments: true
QualifierAlignment: Custom
QualifierOrder: ["inline", "static", "constexpr", "type", "const", "volatile"]
