BasedOnStyle: Chromium
IndentWidth: 4
TabWidth: 4
UseTab: Always
ColumnLimit: 100
ReferenceAlignment: Left
PointerAlignment: Right
InsertBraces: true
SeparateDefinitionBlocks: Always
ReflowComments: true
IndentCaseLabels: true
AllowShortIfStatementsOnASingleLine: Never
AllowShortLoopsOnASingleLine: false
