---
BasedOnStyle: Microsoft
AccessModifierOffset: '-2'
AlignAfterOpenBracket: Align
AlignConsecutiveMacros: 'true'
AlignConsecutiveDeclarations: 'false'
AlignEscapedNewlines: Left
AlignOperands: 'true'
AlignTrailingComments: 'true'
AllowAllArgumentsOnNextLine: 'true'
AllowAllConstructorInitializersOnNextLine: 'true'
AllowAllParametersOfDeclarationOnNextLine: 'true'
AllowShortBlocksOnASingleLine: 'false'
AllowShortCaseLabelsOnASingleLine: 'true'
AllowShortFunctionsOnASingleLine: InlineOnly
AllowShortIfStatementsOnASingleLine: Never
AllowShortLambdasOnASingleLine: Inline
AllowShortLoopsOnASingleLine: 'false'
AlwaysBreakAfterReturnType: None
AlwaysBreakBeforeMultilineStrings: 'false'
AlwaysBreakTemplateDeclarations: 'Yes'
BinPackArguments: 'false'
BinPackParameters: 'false'
BreakBeforeBinaryOperators: NonAssignment
BreakBeforeBraces: Custom
BreakBeforeTernaryOperators: 'true'
BreakConstructorInitializers: AfterColon
BreakInheritanceList: AfterColon
BreakStringLiterals: 'true'
ColumnLimit: '110'
CompactNamespaces: 'false'
ConstructorInitializerAllOnOneLineOrOnePerLine: 'true'
ConstructorInitializerIndentWidth: '4'
ContinuationIndentWidth: '4'
Cpp11BracedListStyle: 'false'
DerivePointerAlignment: 'false'
FixNamespaceComments: 'true'
IncludeBlocks: Regroup
IndentCaseLabels: true
IndentPPDirectives: BeforeHash
IndentWidth: '4'
IndentWrappedFunctionNames: 'false'
Language: Cpp
MaxEmptyLinesToKeep: '1'
NamespaceIndentation: Inner
PenaltyBreakAssignment: '0'
PointerAlignment: Left
ReflowComments: 'true'
SeparateDefinitionBlocks: Always
SortIncludes: 'true'
SortUsingDeclarations: 'true'
SpaceAfterCStyleCast: 'true'
SpaceAfterLogicalNot: 'false'
SpaceAfterTemplateKeyword: 'true'
SpaceBeforeAssignmentOperators: 'true'
SpaceBeforeCpp11BracedList: 'true'
SpaceBeforeCtorInitializerColon: 'false'
SpaceBeforeInheritanceColon: 'false'
SpaceBeforeParens: ControlStatements
SpaceBeforeRangeBasedForLoopColon: 'false'
SpaceInEmptyParentheses: 'false'
SpacesInAngles: 'false'
SpacesInCStyleCastParentheses: 'false'
SpacesInContainerLiterals: 'false'
SpacesInParentheses: 'false'
SpacesInSquareBrackets: 'false'
Standard: Cpp11
TabWidth: '4'
UseTab: Never
IncludeCategories:
  - Regex:     '^<(shell)/'
    Priority:  0
  - Regex:     '^<(endo-language)/'
    Priority:  2
  - Regex:     '^<(http)/'
    Priority:  3
  - Regex:     '^<(editor-protocol)/'
    Priority:  3
  - Regex:     '^<(lsp)/'
    Priority:  4
  - Regex:     '^<(tui)/'
    Priority:  5
  - Regex:     '^<(vtparser)/'
    Priority:  10
  - Regex:     '^<(CoreVM)/'
    Priority:  20
  - Regex:     '^<(crispy)/'
    Priority:  30
  - Regex:     '^<(unicode)/'
    Priority:  40
  - Regex:     '^<(fmt)/'
    Priority:  42
  - Regex:     '^<(yaml-cpp)/'
    Priority:  44
  - Regex:     '^<(range)/'
    Priority:  46
  - Regex:     '^<gsl/'
    Priority:  48
  - Regex:     '^<fontconfig/'
    Priority:  52
  - Regex:     '^<harfbuzz/'
    Priority:  53
  - Regex:     '^<(QtCore|QtGui|QtWidgets|QtQml|QtQuick|QtNetwork|QtMultimedia)/'
    Priority:  64
  - Regex:     '^<catch2/'
    Priority:  70
  - Regex:     '^<[[:alnum:]_]+>'
    Priority:  80
  - Regex:     '^<sys/'
    Priority:  81
  - Regex:     '<[[:alnum:]_]+\.h>'
    Priority:  82
  - Regex:     '.*'
    Priority:  99
