mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
29 lines
800 B
YAML
29 lines
800 B
YAML
---
|
|
BasedOnStyle: LLVM
|
|
AlignAfterOpenBracket: Align
|
|
AlignEscapedNewlines: Left
|
|
AllowAllArgumentsOnNextLine: 'false'
|
|
AllowShortBlocksOnASingleLine: 'false'
|
|
AllowShortFunctionsOnASingleLine: None
|
|
AllowShortIfStatementsOnASingleLine: Never
|
|
BinPackArguments: 'false'
|
|
BinPackParameters: 'false'
|
|
BreakBeforeBraces: Allman
|
|
BreakConstructorInitializers: AfterColon
|
|
ColumnLimit: '120'
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: 'true'
|
|
ConstructorInitializerIndentWidth: '2'
|
|
ContinuationIndentWidth: '2'
|
|
MaxEmptyLinesToKeep: '1'
|
|
PointerAlignment: Middle
|
|
SortIncludes: 'false'
|
|
SortUsingDeclarations: 'false'
|
|
SpaceBeforeParens: Never
|
|
SpacesInAngles: 'true'
|
|
SpacesInParentheses: 'true'
|
|
SpacesInSquareBrackets: 'true'
|
|
UseTab: Never
|
|
AlignConsecutiveAssignments: AcrossComments
|
|
|
|
...
|