2023-10-24 19:38:27 -04:00
|
|
|
BasedOnStyle: Microsoft
|
|
|
|
|
|
|
|
AccessModifierOffset: -4
|
|
|
|
AlignAfterOpenBracket: BlockIndent
|
|
|
|
AllowAllArgumentsOnNextLine: false
|
|
|
|
AllowAllParametersOfDeclarationOnNextLine: false
|
|
|
|
AllowShortFunctionsOnASingleLine: InlineOnly
|
|
|
|
AlwaysBreakTemplateDeclarations: Yes
|
|
|
|
BinPackArguments: false
|
|
|
|
BinPackParameters: false
|
|
|
|
BracedInitializerIndentWidth: 4
|
|
|
|
BraceWrapping:
|
|
|
|
AfterClass: false
|
|
|
|
AfterControlStatement: Never
|
|
|
|
AfterEnum: false
|
|
|
|
AfterStruct: false
|
|
|
|
ConstructorInitializerIndentWidth: 4
|
|
|
|
ContinuationIndentWidth: 4
|
2023-11-24 12:10:09 -05:00
|
|
|
EmptyLineBeforeAccessModifier: Always
|
2023-10-24 19:38:27 -04:00
|
|
|
IncludeBlocks: Regroup
|
|
|
|
IndentAccessModifiers: false
|
|
|
|
IndentWidth: 4
|
2024-07-04 17:35:49 -04:00
|
|
|
InsertBraces: true
|
2023-10-25 14:51:59 -04:00
|
|
|
InsertNewlineAtEOF: true
|
2023-10-24 19:38:27 -04:00
|
|
|
PointerAlignment: Left
|
2023-11-07 08:00:00 -05:00
|
|
|
QualifierAlignment: Custom
|
|
|
|
QualifierOrder:
|
|
|
|
- inline
|
|
|
|
- static
|
|
|
|
- friend
|
|
|
|
- const
|
|
|
|
- volatile
|
|
|
|
- type
|
2024-01-29 17:30:20 -05:00
|
|
|
RemoveSemicolon: true
|
2023-10-24 19:38:27 -04:00
|
|
|
SpaceAfterCStyleCast: true
|
|
|
|
TabWidth: 4
|
|
|
|
UseTab: ForContinuationAndIndentation
|