mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
13add70db2
4 variables are removed because they are always read-only and always the same as global config. There is no reason to keep or update a separate copy.
70 lines
1.9 KiB
YAML
70 lines
1.9 KiB
YAML
# Format Style Options - Created with Clang Power Tools
|
|
---
|
|
AccessModifierOffset: -1
|
|
AlignAfterOpenBracket: Align
|
|
AlignConsecutiveAssignments: Consecutive
|
|
AlignEscapedNewlines: Left
|
|
AlignOperands: DontAlign
|
|
AlignTrailingComments: true
|
|
AllowAllArgumentsOnNextLine: false
|
|
AllowShortBlocksOnASingleLine: Empty
|
|
AllowShortLambdasOnASingleLine: None
|
|
AllowShortEnumsOnASingleLine: false
|
|
AlwaysBreakBeforeMultilineStrings: true
|
|
BasedOnStyle: LLVM
|
|
BinPackArguments: false
|
|
BinPackParameters: false
|
|
BraceWrapping:
|
|
AfterCaseLabel: false
|
|
AfterClass: true
|
|
AfterControlStatement: false
|
|
AfterEnum: false
|
|
AfterFunction: true
|
|
AfterNamespace: false
|
|
AfterObjCDeclaration: false
|
|
AfterStruct: true
|
|
AfterUnion: true
|
|
AfterExternBlock: false
|
|
BeforeCatch: true
|
|
BeforeElse: true
|
|
IndentBraces: false
|
|
SplitEmptyFunction: true
|
|
SplitEmptyRecord: false
|
|
SplitEmptyNamespace: false
|
|
BeforeLambdaBody: false
|
|
BeforeWhile: false
|
|
BreakBeforeBinaryOperators: NonAssignment
|
|
BreakBeforeBraces: Custom
|
|
BreakBeforeTernaryOperators: false
|
|
BreakConstructorInitializers: AfterColon
|
|
BreakStringLiterals: false
|
|
ColumnLimit: 120
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
|
ConstructorInitializerIndentWidth : 2
|
|
ContinuationIndentWidth: 2
|
|
DeriveLineEnding: false
|
|
EmptyLineBeforeAccessModifier: Leave
|
|
ExperimentalAutoDetectBinPacking: true
|
|
FixNamespaceComments: false
|
|
IncludeBlocks: Regroup
|
|
IndentCaseLabels: true
|
|
IndentAccessModifiers: false
|
|
IndentPPDirectives: BeforeHash
|
|
MaxEmptyLinesToKeep: 2
|
|
NamespaceIndentation: Inner
|
|
PackConstructorInitializers: Never
|
|
PointerAlignment: Middle
|
|
ReflowComments: false
|
|
SortIncludes: false
|
|
SortUsingDeclarations: false
|
|
SpaceAfterCStyleCast: true
|
|
SpaceBeforeCtorInitializerColon: false
|
|
SpaceBeforeInheritanceColon: false
|
|
SpaceBeforeParens: Never
|
|
SpacesInAngles: true
|
|
SpacesInConditionalStatement: true
|
|
SpacesInParentheses: true
|
|
SpacesInSquareBrackets: true
|
|
UseTab: Never
|
|
...
|