|
| 1 | +--- |
| 2 | +Language: Cpp |
| 3 | +BasedOnStyle: Microsoft |
| 4 | + |
| 5 | +AccessModifierOffset: -4 |
| 6 | +AlignAfterOpenBracket: AlwaysBreak |
| 7 | +AlignConsecutiveAssignments: false |
| 8 | +AlignEscapedNewlines: DontAlign |
| 9 | +AlignOperands: true |
| 10 | +AlignTrailingComments: true |
| 11 | +AllowAllParametersOfDeclarationOnNextLine: true |
| 12 | +AllowShortBlocksOnASingleLine: false |
| 13 | +AllowShortLambdasOnASingleLine: Inline |
| 14 | +AlwaysBreakBeforeMultilineStrings: true |
| 15 | +AlwaysBreakTemplateDeclarations: MultiLine |
| 16 | +BinPackArguments: false |
| 17 | +BinPackParameters: false |
| 18 | +BraceWrapping: |
| 19 | + AfterCaseLabel: true |
| 20 | + AfterUnion: true |
| 21 | + BeforeLambdaBody: true |
| 22 | + SplitEmptyFunction: false |
| 23 | + SplitEmptyRecord: false |
| 24 | + SplitEmptyNamespace: false |
| 25 | +BreakBeforeBinaryOperators: None |
| 26 | +BreakBeforeTernaryOperators: true |
| 27 | +BreakConstructorInitializers: AfterColon |
| 28 | +BreakStringLiterals: false |
| 29 | +CommentPragmas: '^ IWYU pragma:' |
| 30 | +CompactNamespaces: true |
| 31 | +ConstructorInitializerAllOnOneLineOrOnePerLine: true |
| 32 | +ConstructorInitializerIndentWidth: 4 |
| 33 | +ContinuationIndentWidth: 4 |
| 34 | +Cpp11BracedListStyle: false |
| 35 | +DerivePointerAlignment: false |
| 36 | +DisableFormat: false |
| 37 | +FixNamespaceComments: true |
| 38 | +ForEachMacros: [ foreach, Q_FOREACH, BOOST_FOREACH ] |
| 39 | +IncludeBlocks: Regroup |
| 40 | +IndentCaseLabels: false |
| 41 | +IncludeCategories: |
| 42 | + - Regex: '^"(stdafx.h|pch.h|precomp.h)"$' |
| 43 | + Priority: -1 |
| 44 | +IndentWrappedFunctionNames: false |
| 45 | +KeepEmptyLinesAtTheStartOfBlocks: true |
| 46 | +MacroBlockBegin: '^BEGIN_COM_MAP$|^BEGIN_CONNECTION_POINT_MAP$|^BEGIN_HELPER_NODEMAP$|^BEGIN_MODULE$|^BEGIN_MSG_MAP$|^BEGIN_OBJECT_MAP$|^BEGIN_TEST_CLASS$|^BEGIN_TEST_METHOD$|^BEGIN_TEST_METHOD_PROPERTIES$' |
| 47 | +MacroBlockEnd: '^END_COM_MAP$|^END_CONNECTION_POINT_MAP$|^END_HELPER_NODEMAP$|^END_MODULE$|^END_MSG_MAP$|^END_OBJECT_MAP$|^END_TEST_CLASS$|^END_TEST_METHOD$|^END_TEST_METHOD_PROPERTIES$' |
| 48 | +MaxEmptyLinesToKeep: 1 |
| 49 | +NamespaceIndentation: All |
| 50 | +ObjCBlockIndentWidth: 2 |
| 51 | +ObjCSpaceAfterProperty: false |
| 52 | +ObjCSpaceBeforeProtocolList: true |
| 53 | +PackConstructorInitializers: NextLineOnly |
| 54 | +PenaltyBreakBeforeFirstCallParameter: 19 |
| 55 | +PenaltyBreakComment: 300 |
| 56 | +PenaltyBreakFirstLessLess: 120 |
| 57 | +PenaltyBreakString: 2000 |
| 58 | +PenaltyExcessCharacter: 2 |
| 59 | +PointerAlignment: Left |
| 60 | +SortIncludes: false |
| 61 | +SpaceAfterCStyleCast: false |
| 62 | +SpaceBeforeAssignmentOperators: true |
| 63 | +SpaceBeforeParens: ControlStatements |
| 64 | +SpaceInEmptyParentheses: false |
| 65 | +SpacesBeforeTrailingComments: 1 |
| 66 | +SpacesInAngles: Never |
| 67 | +SpacesInContainerLiterals: true |
| 68 | +SpacesInCStyleCastParentheses: false |
| 69 | +SpacesInParentheses: false |
| 70 | +SpacesInSquareBrackets: false |
| 71 | +Standard: Latest |
| 72 | + |
| 73 | +AttributeMacros: [ |
| 74 | + CALLBACK, |
| 75 | +] |
| 76 | + |
| 77 | +StatementMacros: [ |
| 78 | + _Acquires_exclusive_lock_, |
| 79 | + _Acquires_lock_, |
| 80 | + _Acquires_nonreentrant_lock_, |
| 81 | + _Acquires_shared_lock_, |
| 82 | + _Analysis_assume_smart_lock_acquired_, |
| 83 | + _Analysis_assume_smart_lock_released_, |
| 84 | + _Create_lock_level_, |
| 85 | + _Detaches_lock_, |
| 86 | + _Function_class_, |
| 87 | + _Global_cancel_spin_lock_, |
| 88 | + _Global_critical_region_, |
| 89 | + _Global_interlock_, |
| 90 | + _Global_priority_region_, |
| 91 | + _Has_lock_kind_, |
| 92 | + _Has_lock_level_, |
| 93 | + _IRQL_always_function_max_, |
| 94 | + _IRQL_always_function_min_, |
| 95 | + _IRQL_raises_, |
| 96 | + _IRQL_requires_, |
| 97 | + _IRQL_requires_max_, |
| 98 | + _IRQL_requires_min_, |
| 99 | + _IRQL_requires_same_, |
| 100 | + _IRQL_restores_, |
| 101 | + _IRQL_restores_global_, |
| 102 | + _IRQL_saves_, |
| 103 | + _IRQL_saves_global_, |
| 104 | + _Lock_level_order_, |
| 105 | + _Moves_lock_, |
| 106 | + _Must_inspect_result_, |
| 107 | + _No_competing_thread_, |
| 108 | + _Post_same_lock_, |
| 109 | + _Post_writable_byte_size_, |
| 110 | + _Pre_satisfies_, |
| 111 | + _Releases_exclusive_lock_, |
| 112 | + _Releases_lock_, |
| 113 | + _Releases_nonreentrant_lock_, |
| 114 | + _Releases_shared_lock_, |
| 115 | + _Replaces_lock_, |
| 116 | + _Requires_exclusive_lock_held_, |
| 117 | + _Requires_lock_held_, |
| 118 | + _Requires_lock_not_held_, |
| 119 | + _Requires_no_locks_held_, |
| 120 | + _Requires_shared_lock_held_, |
| 121 | + _Ret_maybenull_, |
| 122 | + _Ret_range_, |
| 123 | + _Struct_size_bytes_, |
| 124 | + _Success_, |
| 125 | + _Swaps_locks_, |
| 126 | + _Use_decl_annotations_, |
| 127 | + _When_, |
| 128 | + |
| 129 | + DECLARE_ORDINAL_MAP, |
| 130 | + DECLARE_PROCNAME_MAP, |
| 131 | + DEFINE_ORDINAL_ENTRIES, |
| 132 | + DEFINE_ORDINAL_ENTRIES_ALTNAME, |
| 133 | + DEFINE_ORDINAL_ENTRIES_APISET, |
| 134 | + DEFINE_ORDINAL_MAP, |
| 135 | + DEFINE_PROCNAME_ENTRIES, |
| 136 | + DEFINE_PROCNAME_ENTRIES_ALTNAME, |
| 137 | + DEFINE_PROCNAME_ENTRIES_APISET, |
| 138 | + DEFINE_PROCNAME_MAP, |
| 139 | + DLOENTRY, |
| 140 | + DLOENTRY_APISET, |
| 141 | + DLPENTRY, |
| 142 | + DLPENTRY_APISET, |
| 143 | + |
| 144 | + RpcEndExcept, |
| 145 | + |
| 146 | + ActivatableClass, |
| 147 | + ActivatableClassWithFactory, |
| 148 | + ActivatableClassWithFactoryEx, |
| 149 | + ActivatableStaticOnlyFactory, |
| 150 | + ActivatableStaticOnlyFactoryEx, |
| 151 | + CoCreatableClass, |
| 152 | + CoCreatableClassWithFactory, |
| 153 | + CoCreatableClassWithFactoryEx, |
| 154 | + |
| 155 | + TEST_CASE, |
| 156 | + SECTION, |
| 157 | +] |
| 158 | + |
| 159 | +TypenameMacros: [ |
| 160 | + IFACEMETHOD, |
| 161 | + STDMETHOD, |
| 162 | + STDAPI_, |
| 163 | +] |
0 commit comments