mirror of
https://github.com/hrvach/deskhop.git
synced 2024-11-07 08:24:33 +01:00
2d93c01421
- Make MacOS multi-desktop workaround more reliable - Partial media keys support
24 lines
637 B
YAML
24 lines
637 B
YAML
BasedOnStyle: LLVM
|
|
BinPackParameters: 'false'
|
|
BinPackArguments: 'false'
|
|
AlignAfterOpenBracket: Align
|
|
AlignConsecutiveMacros: 'true'
|
|
AlignConsecutiveAssignments: 'true'
|
|
AlignConsecutiveDeclarations: 'false'
|
|
AlignEscapedNewlines: Left
|
|
AlignOperands: 'true'
|
|
AlignTrailingComments: 'true'
|
|
AllowAllArgumentsOnNextLine: 'true'
|
|
AllowShortFunctionsOnASingleLine: 'false'
|
|
BreakBeforeBinaryOperators: 'All'
|
|
ColumnLimit: '110'
|
|
IndentWidth: '4'
|
|
IndentCaseLabels: 'true'
|
|
IndentWrappedFunctionNames: 'false'
|
|
KeepEmptyLinesAtTheStartOfBlocks: 'true'
|
|
MaxEmptyLinesToKeep: '2'
|
|
PointerAlignment: Right
|
|
ReflowComments: 'true'
|
|
Standard: Cpp11
|
|
UseTab: Never
|