mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-04 05:09:53 +01:00
26 lines
628 B
Plaintext
26 lines
628 B
Plaintext
|
---
|
||
|
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
|
||
|
|
||
|
...
|