mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-24 11:11:02 -07:00
45 lines
1.4 KiB
YAML
45 lines
1.4 KiB
YAML
---
|
|
AccessModifierOffset: -4
|
|
AlignAfterOpenBracket: DontAlign
|
|
AlignArrayOfStructures: Left
|
|
AlignEscapedNewlines: Left
|
|
AllowAllArgumentsOnNextLine: 'true'
|
|
AllowAllConstructorInitializersOnNextLine: 'false'
|
|
AllowAllParametersOfDeclarationOnNextLine: 'true'
|
|
AllowShortBlocksOnASingleLine: 'true'
|
|
AllowShortCaseLabelsOnASingleLine: 'false'
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
AllowShortIfStatementsOnASingleLine: Never
|
|
AllowShortLambdasOnASingleLine: None
|
|
AllowShortLoopsOnASingleLine: 'false'
|
|
AlwaysBreakAfterDefinitionReturnType: None
|
|
AlwaysBreakAfterReturnType: None
|
|
AlwaysBreakBeforeMultilineStrings: 'true'
|
|
AlwaysBreakTemplateDeclarations: 'Yes'
|
|
BinPackArguments: 'false'
|
|
BinPackParameters: 'false'
|
|
BreakBeforeBraces: Allman
|
|
BreakConstructorInitializers: 'AfterColon'
|
|
BreakInheritanceList: AfterColon
|
|
BreakStringLiterals: 'true'
|
|
ColumnLimit: '80'
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: 'true'
|
|
FixNamespaceComments: 'false'
|
|
IncludeBlocks: Preserve
|
|
IndentCaseLabels: 'true'
|
|
IndentWidth: '4'
|
|
IndentWrappedFunctionNames: 'false'
|
|
KeepEmptyLinesAtTheStartOfBlocks: 'true'
|
|
NamespaceIndentation: All
|
|
PointerAlignment: Left
|
|
ReflowComments: 'true'
|
|
SortIncludes: 'false'
|
|
SortUsingDeclarations: 'true'
|
|
SpaceAfterTemplateKeyword: 'true'
|
|
SpaceBeforeAssignmentOperators: 'true'
|
|
SpaceBeforeCtorInitializerColon: 'false'
|
|
SpaceBeforeInheritanceColon: 'true'
|
|
SpaceBeforeParens: ControlStatements
|
|
SpaceInEmptyParentheses: 'false'
|
|
...
|