mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-21 08:54:08 -06:00
ec498086a6
Also use it in flow_blackoil_dunecpr.cpp. Adds new command-line parameter, --linear-solver-configuration-json-file, to read linear solver config from JSON-format file at runtime.
21 lines
721 B
YAML
21 lines
721 B
YAML
{
|
|
BasedOnStyle: WebKit,
|
|
AlignAfterOpenBracket: AlwaysBreak,
|
|
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,
|
|
}
|