BasedOnStyle: Microsoft
ColumnLimit: 0
SortIncludes: Never
BreakBeforeBinaryOperators: NonAssignment
BinPackArguments: False
BinPackParameters: False
AllowShortLambdasOnASingleLine: None
IndentCaseBlocks: true
BraceWrapping:
  AfterNamespace: false
  AfterCaseLabel: true
  BeforeLambdaBody: true

MaxEmptyLinesToKeep: 3
