blob: 4b84118833995dbfbcc71f82f50b8d8809ac2833 [file] [log] [blame]
BasedOnStyle: Google
AccessModifierOffset: -2
AllowShortBlocksOnASingleLine: false
AllowShortCaseLabelsOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
ConstructorInitializerAllOnOneLineOrOnePerLine: false
ColumnLimit: 100
CommentPragmas: NOLINT:.*
Cpp11BracedListStyle: false
DerivePointerAlignment: false
IndentWidth: 4
PointerAlignment: Left
TabWidth: 4
UseTab: Never
PenaltyExcessCharacter: 32