mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-24 10:10:18 -06:00
20 lines
677 B
Plaintext
20 lines
677 B
Plaintext
|
{
|
||
|
BasedOnStyle: WebKit,
|
||
|
AlignConsecutiveAssignments: false,
|
||
|
AlignConsecutiveDeclarations: false,
|
||
|
AlignAfterOpenBracket: Align,
|
||
|
AllowShortBlocksOnASingleLine: false,
|
||
|
AllowShortFunctionsOnASingleLine: None,
|
||
|
AlwaysBreakAfterReturnType: TopLevelDefinitions,
|
||
|
AlwaysBreakTemplateDeclarations: Yes,
|
||
|
BinPackArguments: false,
|
||
|
BinPackParameters: false,
|
||
|
BreakBeforeBraces: Linux,
|
||
|
BreakConstructorInitializers: BeforeComma,
|
||
|
ColumnLimit: 120,
|
||
|
Cpp11BracedListStyle: true,
|
||
|
FixNamespaceComments: true,
|
||
|
MaxEmptyLinesToKeep: 5,
|
||
|
NamespaceIndentation: Inner,
|
||
|
}
|