CI: massage the coding style a little

main
Adriaan de Groot 6 years ago
parent 1be81ec3b0
commit e2aa4e59e2

@ -6,7 +6,7 @@ AllowAllParametersOfDeclarationOnNextLine: 'false'
AllowShortFunctionsOnASingleLine: Inline AllowShortFunctionsOnASingleLine: Inline
AllowShortIfStatementsOnASingleLine: 'false' AllowShortIfStatementsOnASingleLine: 'false'
AllowShortLoopsOnASingleLine: 'false' AllowShortLoopsOnASingleLine: 'false'
AlwaysBreakAfterDefinitionReturnType: All AlwaysBreakAfterReturnType: TopLevelDefinitions
AlwaysBreakTemplateDeclarations: Yes AlwaysBreakTemplateDeclarations: Yes
BinPackArguments: 'false' BinPackArguments: 'false'
BinPackParameters: 'false' BinPackParameters: 'false'
@ -19,7 +19,7 @@ FixNamespaceComments: 'true'
IncludeBlocks: Preserve IncludeBlocks: Preserve
IndentWidth: '4' IndentWidth: '4'
MaxEmptyLinesToKeep: '2' MaxEmptyLinesToKeep: '2'
NamespaceIndentation: Inner NamespaceIndentation: None
PointerAlignment: Left PointerAlignment: Left
ReflowComments: 'false' ReflowComments: 'false'
SortIncludes: 'true' SortIncludes: 'true'

Loading…
Cancel
Save