9 lines
239 B
YAML
9 lines
239 B
YAML
BasedOnStyle: Google,
|
|
Language: Cpp,
|
|
IndentWidth: 4,
|
|
AllowShortFunctionsOnASingleLine: true
|
|
AlignEscapedNewlinesLeft: true
|
|
AlignTrailingComments: true
|
|
AllowAllParametersOfDeclarationOnNextLine: false
|
|
AllowShortFunctionsOnASingleLine: true
|