blob: a3a8e6546bba258a2d173cb071b8162518253d42 [file] [log] [blame]
BasedOnStyle: Google
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
CommentPragmas: NOLINT:.*
DerivePointerAlignment: false
IndentWidth: 2
PenaltyExcessCharacter: 32
PointerAlignment: Right
TabWidth: 2
UseTab: Never