Language: 'Cpp'
BasedOnStyle: 'LLVM'
ColumnLimit: 120
IncludeCategories:
  - Regex: '^<.*'
    Priority: 1
    CaseSensitive: false
  - Regex: '.*'
    Priority: 2
IndentWidth: 2
TabWidth: 2
AllowShortCaseLabelsOnASingleLine: true
AllowShortIfStatementsOnASingleLine: AllIfsAndElse
AllowShortLoopsOnASingleLine: true
