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