BasedOnStyle: Google
SpaceBeforeParens: Never
BreakBeforeBraces: Allman
IndentWidth: 2
NamespaceIndentation: All
UseTab: Never
AllowShortFunctionsOnASingleLine: 'false'
AllowShortIfStatementsOnASingleLine: 'false'
AllowShortLoopsOnASingleLine: 'false'
AccessModifierOffset: -1