BasedOnStyle: Chromium
BreakBeforeBraces: Custom
BraceWrapping:
 AfterFunction: true
 AfterStruct: true
IndentWidth: 8
UseTab: ForContinuationAndIndentation
PointerAlignment: Right
AllowAllParametersOfDeclarationOnNextLine: false
