mirror of
https://github.com/uowuo/abaddon.git
synced 2024-11-10 06:00:10 +00:00
65 lines
1.9 KiB
YAML
65 lines
1.9 KiB
YAML
---
|
|
AccessModifierOffset: -4
|
|
AlignAfterOpenBracket: Align
|
|
AlignConsecutiveDeclarations: 'false'
|
|
AlignOperands: 'true'
|
|
AlignTrailingComments: 'true'
|
|
AllowAllArgumentsOnNextLine: 'false'
|
|
AllowAllConstructorInitializersOnNextLine: 'false'
|
|
AllowAllParametersOfDeclarationOnNextLine: 'false'
|
|
AllowShortBlocksOnASingleLine: 'true'
|
|
AllowShortCaseLabelsOnASingleLine: 'true'
|
|
AllowShortFunctionsOnASingleLine: Inline
|
|
AllowShortIfStatementsOnASingleLine: AllIfsAndElse
|
|
AllowShortLambdasOnASingleLine: All
|
|
AllowShortLoopsOnASingleLine: 'true'
|
|
AlwaysBreakAfterDefinitionReturnType: None
|
|
AlwaysBreakAfterReturnType: None
|
|
AlwaysBreakBeforeMultilineStrings: 'false'
|
|
AlwaysBreakTemplateDeclarations: 'Yes'
|
|
BinPackArguments: 'true'
|
|
BinPackParameters: 'true'
|
|
BreakAfterJavaFieldAnnotations: 'true'
|
|
BreakBeforeBinaryOperators: None
|
|
BreakBeforeBraces: Attach
|
|
BreakBeforeTernaryOperators: 'true'
|
|
BreakConstructorInitializers: BeforeComma
|
|
BreakInheritanceList: BeforeComma
|
|
BreakStringLiterals: 'true'
|
|
ColumnLimit: '0'
|
|
CompactNamespaces: 'false'
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: 'false'
|
|
ContinuationIndentWidth: '4'
|
|
Cpp11BracedListStyle: 'false'
|
|
DerivePointerAlignment: 'false'
|
|
FixNamespaceComments: 'true'
|
|
IncludeBlocks: Merge
|
|
IndentCaseLabels: 'true'
|
|
IndentPPDirectives: None
|
|
IndentWidth: '4'
|
|
IndentWrappedFunctionNames: 'false'
|
|
JavaScriptQuotes: Double
|
|
KeepEmptyLinesAtTheStartOfBlocks: 'false'
|
|
Language: Cpp
|
|
NamespaceIndentation: Inner
|
|
PointerAlignment: Right
|
|
SortIncludes: 'false'
|
|
SpaceAfterCStyleCast: 'false'
|
|
SpaceAfterLogicalNot: 'false'
|
|
SpaceAfterTemplateKeyword: 'false'
|
|
SpaceBeforeAssignmentOperators: 'true'
|
|
SpaceBeforeCpp11BracedList: 'true'
|
|
SpaceBeforeCtorInitializerColon: 'true'
|
|
SpaceBeforeInheritanceColon: 'true'
|
|
SpaceBeforeParens: ControlStatements
|
|
SpaceBeforeRangeBasedForLoopColon: 'true'
|
|
SpaceInEmptyParentheses: 'false'
|
|
SpacesInAngles: 'false'
|
|
SpacesInCStyleCastParentheses: 'false'
|
|
SpacesInParentheses: 'false'
|
|
SpacesInSquareBrackets: 'false'
|
|
Standard: Auto
|
|
TabWidth: '4'
|
|
|
|
...
|