BasedOnStyle: Chromium
IndentWidth: 4
AllowAllArgumentsOnNextLine: true
Cpp11BracedListStyle: false
ColumnLimit: 120
AllowShortFunctionsOnASingleLine: None
AllowShortLambdasOnASingleLine: None
SortIncludes: false
BinPackArguments: false
BinPackParameters: false
AlignAfterOpenBracket: DontAlign
