blob: 2b83a1f41a6419b228f2e4cf4e6456338520a65b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
BasedOnStyle: Google
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
CommentPragmas: NOLINT:.*
DerivePointerAlignment: false
IndentWidth: 2
PointerAlignment: Left
TabWidth: 2
UseTab: Never
PenaltyExcessCharacter: 32
|