mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-12 22:53:27 +00:00
64 lines
2.0 KiB
YAML
64 lines
2.0 KiB
YAML
# Generated by CLion for Stroustrup
|
|
# The Stroustrup style, named after Bjarne Stroustrup, the creator of C++, is similar to the K&R style but differs
|
|
# in its treatment of the class definitions and the placement of braces in certain contexts. The opening brace is
|
|
# placed on the same line as the control statement, and the closing brace is on its own line.
|
|
BasedOnStyle: LLVM
|
|
|
|
AccessModifierOffset: -4
|
|
AlignConsecutiveAssignments: None
|
|
AlignConsecutiveBitFields: None
|
|
AlignConsecutiveDeclarations: None
|
|
AlignConsecutiveMacros: AcrossEmptyLinesAndComments
|
|
AlignTrailingComments: false
|
|
AllowShortBlocksOnASingleLine: Always
|
|
AllowShortFunctionsOnASingleLine: Inline
|
|
AllowShortIfStatementsOnASingleLine: true
|
|
AllowShortLoopsOnASingleLine: true
|
|
AlwaysBreakTemplateDeclarations: No
|
|
BreakBeforeBraces: Custom
|
|
BraceWrapping:
|
|
AfterCaseLabel: true
|
|
AfterClass: true
|
|
AfterFunction: true
|
|
AfterControlStatement: true
|
|
SplitEmptyFunction: true
|
|
AfterEnum: true
|
|
AfterNamespace: true
|
|
AfterStruct: true
|
|
AfterUnion: true
|
|
AfterExternBlock: true
|
|
BeforeCatch: true
|
|
BeforeElse: true
|
|
BeforeLambdaBody: true
|
|
BeforeWhile: true
|
|
SplitEmptyRecord: true
|
|
SplitEmptyNamespace: true
|
|
BreakBeforeBinaryOperators: All
|
|
BreakBeforeConceptDeclarations: false
|
|
ColumnLimit: 120
|
|
IncludeBlocks: Merge
|
|
IndentExternBlock: Indent
|
|
IndentRequiresClause: false
|
|
IndentWidth: 4
|
|
ContinuationIndentWidth: 8
|
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
|
NamespaceIndentation: All
|
|
PointerAlignment: Left
|
|
SortUsingDeclarations: true
|
|
SpaceAfterTemplateKeyword: false
|
|
SpaceBeforeCtorInitializerColon: false
|
|
SpaceBeforeParens: Custom
|
|
SpaceBeforeParensOptions:
|
|
AfterControlStatements: true
|
|
AfterFunctionDeclarationName: false
|
|
AfterFunctionDefinitionName: false
|
|
AfterForeachMacros: true
|
|
AfterIfMacros: true
|
|
AfterOverloadedOperator: false
|
|
BeforeNonEmptyParentheses: false
|
|
SpaceBeforeRangeBasedForLoopColon: false
|
|
SpaceInEmptyParentheses: false
|
|
SpacesInCStyleCastParentheses: false
|
|
SpacesInConditionalStatement: false
|
|
SpacesInContainerLiterals: false
|
|
SpacesInParentheses: false |