9 lines
179 B
YAML
9 lines
179 B
YAML
{
|
|
BasedOnStyle: Google,
|
|
ColumnLimit: 100,
|
|
AlignAfterOpenBracket: AlwaysBreak,
|
|
AllowAllArgumentsOnNextLine: false,
|
|
BinPackParameters: false,
|
|
BinPackArguments: false,
|
|
}
|