mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-21 16:57:25 -06:00
20 lines
677 B
YAML
20 lines
677 B
YAML
{
|
|
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,
|
|
}
|