forked from Research/WhisperCom
26 lines
628 B
YAML
26 lines
628 B
YAML
---
|
|
AccessModifierOffset: '-4'
|
|
AlignEscapedNewlines: Left
|
|
AllowAllConstructorInitializersOnNextLine: 'true'
|
|
BinPackArguments: 'false'
|
|
BinPackParameters: 'false'
|
|
BreakConstructorInitializers: AfterColon
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: 'true'
|
|
DerivePointerAlignment: 'false'
|
|
FixNamespaceComments: 'true'
|
|
IncludeBlocks: Regroup
|
|
IndentCaseLabels: 'false'
|
|
IndentPPDirectives: AfterHash
|
|
IndentWidth: '4'
|
|
Language: Cpp
|
|
NamespaceIndentation: All
|
|
PointerAlignment: Left
|
|
SpaceBeforeCtorInitializerColon: 'false'
|
|
SpaceInEmptyParentheses: 'false'
|
|
SpacesInParentheses: 'true'
|
|
Standard: Cpp11
|
|
TabWidth: '4'
|
|
UseTab: Never
|
|
|
|
...
|