---
BasedOnStyle: Google
UseTab: Always
SortIncludes: Never
IndentWidth: 4
TabWidth: 4
ColumnLimit: "120"
AllowShortBlocksOnASingleLine: Empty
AllowShortCaseLabelsOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
