You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.2 KiB
41 lines
1.2 KiB
--- |
|
BasedOnStyle: Mozilla |
|
AlignAfterOpenBracket: AlwaysBreak |
|
AlignConsecutiveAssignments: 'false' |
|
AlignConsecutiveDeclarations: 'false' |
|
AlignEscapedNewlines: DontAlign |
|
AlignOperands: 'false' |
|
AlignTrailingComments: 'false' |
|
AllowAllParametersOfDeclarationOnNextLine: 'true' |
|
AllowShortBlocksOnASingleLine: 'true' |
|
AllowShortCaseLabelsOnASingleLine: 'true' |
|
AllowShortFunctionsOnASingleLine: All |
|
AllowShortIfStatementsOnASingleLine: 'true' |
|
AllowShortLoopsOnASingleLine: 'true' |
|
AlwaysBreakAfterReturnType: None |
|
AlwaysBreakBeforeMultilineStrings: 'true' |
|
BinPackArguments: 'true' |
|
BinPackParameters: 'true' |
|
BreakBeforeBraces: Mozilla |
|
BreakBeforeTernaryOperators: 'true' |
|
BreakStringLiterals: 'false' |
|
DerivePointerAlignment: 'false' |
|
IncludeBlocks: Regroup |
|
IndentCaseLabels: 'true' |
|
IndentPPDirectives: None |
|
IndentWidth: '2' |
|
IndentWrappedFunctionNames: 'false' |
|
KeepEmptyLinesAtTheStartOfBlocks: 'false' |
|
Language: Cpp |
|
PointerAlignment: Left |
|
ReflowComments: 'false' |
|
SpaceAfterCStyleCast: 'false' |
|
SpaceBeforeAssignmentOperators: 'true' |
|
SpaceInEmptyParentheses: 'false' |
|
SpacesInCStyleCastParentheses: 'false' |
|
SpacesInParentheses: 'false' |
|
SpacesInSquareBrackets: 'false' |
|
TabWidth: '2' |
|
UseTab: ForContinuationAndIndentation |
|
|
|
...
|
|
|