|
| 1 | +--- |
| 2 | +BasedOnStyle: Microsoft |
| 3 | +AccessModifierOffset: '-2' |
| 4 | +AlignAfterOpenBracket: Align |
| 5 | +AlignConsecutiveMacros: 'true' |
| 6 | +AlignConsecutiveDeclarations: 'false' |
| 7 | +AlignEscapedNewlines: Left |
| 8 | +AlignOperands: 'true' |
| 9 | +AlignTrailingComments: 'true' |
| 10 | +AllowAllArgumentsOnNextLine: 'true' |
| 11 | +AllowAllConstructorInitializersOnNextLine: 'true' |
| 12 | +AllowAllParametersOfDeclarationOnNextLine: 'true' |
| 13 | +AllowShortBlocksOnASingleLine: 'false' |
| 14 | +AllowShortCaseLabelsOnASingleLine: 'true' |
| 15 | +AllowShortFunctionsOnASingleLine: InlineOnly |
| 16 | +AllowShortIfStatementsOnASingleLine: Never |
| 17 | +AllowShortLambdasOnASingleLine: Inline |
| 18 | +AllowShortLoopsOnASingleLine: 'false' |
| 19 | +AlwaysBreakAfterReturnType: None |
| 20 | +AlwaysBreakBeforeMultilineStrings: 'false' |
| 21 | +AlwaysBreakTemplateDeclarations: 'Yes' |
| 22 | +BinPackArguments: 'false' |
| 23 | +BinPackParameters: 'false' |
| 24 | +BreakBeforeBinaryOperators: NonAssignment |
| 25 | +BreakBeforeBraces: Custom |
| 26 | +BreakBeforeTernaryOperators: 'true' |
| 27 | +BreakConstructorInitializers: AfterColon |
| 28 | +BreakInheritanceList: AfterColon |
| 29 | +BreakStringLiterals: 'true' |
| 30 | +ColumnLimit: '110' |
| 31 | +CompactNamespaces: 'false' |
| 32 | +ConstructorInitializerAllOnOneLineOrOnePerLine: 'true' |
| 33 | +ConstructorInitializerIndentWidth: '4' |
| 34 | +ContinuationIndentWidth: '4' |
| 35 | +Cpp11BracedListStyle: 'false' |
| 36 | +DerivePointerAlignment: 'false' |
| 37 | +FixNamespaceComments: 'true' |
| 38 | +IncludeBlocks: Regroup |
| 39 | +IndentCaseLabels: true |
| 40 | +IndentPPDirectives: BeforeHash |
| 41 | +IndentWidth: '4' |
| 42 | +IndentWrappedFunctionNames: 'false' |
| 43 | +Language: Cpp |
| 44 | +MaxEmptyLinesToKeep: '1' |
| 45 | +NamespaceIndentation: Inner |
| 46 | +PenaltyBreakAssignment: '0' |
| 47 | +PointerAlignment: Left |
| 48 | +ReflowComments: 'true' |
| 49 | +SortIncludes: 'true' |
| 50 | +SortUsingDeclarations: 'true' |
| 51 | +SpaceAfterCStyleCast: 'true' |
| 52 | +SpaceAfterLogicalNot: 'false' |
| 53 | +SpaceAfterTemplateKeyword: 'true' |
| 54 | +SpaceBeforeAssignmentOperators: 'true' |
| 55 | +SpaceBeforeCpp11BracedList: 'true' |
| 56 | +SpaceBeforeCtorInitializerColon: 'false' |
| 57 | +SpaceBeforeInheritanceColon: 'false' |
| 58 | +SpaceBeforeParens: ControlStatements |
| 59 | +SpaceBeforeRangeBasedForLoopColon: 'false' |
| 60 | +SpaceInEmptyParentheses: 'false' |
| 61 | +SpacesInAngles: 'false' |
| 62 | +SpacesInCStyleCastParentheses: 'false' |
| 63 | +SpacesInContainerLiterals: 'false' |
| 64 | +SpacesInParentheses: 'false' |
| 65 | +SpacesInSquareBrackets: 'false' |
| 66 | +Standard: Cpp11 |
| 67 | +TabWidth: '4' |
| 68 | +UseTab: Never |
| 69 | +IncludeCategories: |
| 70 | + - Regex: '^<(contour)/' |
| 71 | + Priority: 0 |
| 72 | + - Regex: '^<(vtbackend)/' |
| 73 | + Priority: 1 |
| 74 | + - Regex: '^<(vtparser)/' |
| 75 | + Priority: 2 |
| 76 | + - Regex: '^<(vtpty)/' |
| 77 | + Priority: 3 |
| 78 | + - Regex: '^<(vtrasterizer)/' |
| 79 | + Priority: 4 |
| 80 | + - Regex: '^<(text_shaper)/' |
| 81 | + Priority: 5 |
| 82 | + - Regex: '^<(crispy)/' |
| 83 | + Priority: 6 |
| 84 | + - Regex: '^<(libunicode)/' |
| 85 | + Priority: 40 |
| 86 | + - Regex: '^<(fmt)/' |
| 87 | + Priority: 42 |
| 88 | + - Regex: '^<(yaml-cpp)/' |
| 89 | + Priority: 44 |
| 90 | + - Regex: '^<(range)/' |
| 91 | + Priority: 46 |
| 92 | + - Regex: '^<gsl/' |
| 93 | + Priority: 48 |
| 94 | + - Regex: '^<fontconfig/' |
| 95 | + Priority: 52 |
| 96 | + - Regex: '^<harfbuzz/' |
| 97 | + Priority: 53 |
| 98 | + - Regex: '^<(QtCore|QtGui|QtDBus|QtWidgets|QtQml|QtQuick|QtNetwork|QtMultimedia)/' |
| 99 | + Priority: 64 |
| 100 | + - Regex: '^<catch2/' |
| 101 | + Priority: 70 |
| 102 | + - Regex: '^<sys/' |
| 103 | + Priority: 80 |
| 104 | + - Regex: '^<[[:alnum:]_]+>' |
| 105 | + Priority: 81 |
| 106 | + - Regex: '<[[:alnum:]_]+\.h>' |
| 107 | + Priority: 82 |
| 108 | + - Regex: '.*' |
| 109 | + Priority: 99 |
0 commit comments