mirror of
https://github.com/slendidev/smath.git
synced 2026-03-16 18:16:50 +02:00
52 lines
1.2 KiB
YAML
52 lines
1.2 KiB
YAML
---
|
|
Language: Cpp
|
|
BasedOnStyle: LLVM
|
|
|
|
IndentWidth: 4
|
|
TabWidth: 4
|
|
UseTab: ForIndentation
|
|
|
|
ColumnLimit: 80
|
|
AlignAfterOpenBracket: DontAlign
|
|
AlignOperands: false
|
|
BreakBeforeBinaryOperators: All
|
|
ContinuationIndentWidth: 4
|
|
BreakBeforeBraces: Custom
|
|
BraceWrapping:
|
|
AfterCaseLabel: false
|
|
AfterClass: true
|
|
AfterControlStatement: Never
|
|
AfterEnum: true
|
|
AfterFunction: true
|
|
AfterNamespace: true
|
|
AfterStruct: true
|
|
AfterUnion: true
|
|
BeforeCatch: false
|
|
BeforeElse: false
|
|
SplitEmptyFunction: false
|
|
SplitEmptyRecord: false
|
|
SplitEmptyNamespace: false
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
AllowShortLoopsOnASingleLine: false
|
|
AllowShortFunctionsOnASingleLine: Inline
|
|
AllowShortBlocksOnASingleLine: Empty
|
|
SpaceInEmptyBlock: true
|
|
BinPackArguments: false
|
|
BinPackParameters: false
|
|
Cpp11BracedListStyle: false
|
|
SpaceBeforeCpp11BracedList: true
|
|
IndentRequiresClause: false
|
|
RequiresClausePosition: OwnLine
|
|
|
|
PointerAlignment: Right
|
|
ReferenceAlignment: Right
|
|
IndentAccessModifiers: false
|
|
AccessModifierOffset: -4
|
|
|
|
SortIncludes: CaseSensitive
|
|
SpaceAfterTemplateKeyword: false
|
|
AlignEscapedNewlines: DontAlign
|
|
AlignConsecutiveAssignments: false
|
|
AlignConsecutiveDeclarations: false
|
|
...
|