blob: 65d8277af37b57ed53c27531e6b83f313b46e4d2 (
plain)
1
2
3
4
5
6
7
8
9
|
BasedOnStyle: Google
AllowShortFunctionsOnASingleLine: Inline
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
BinPackParameters: false
CommentPragmas: NOLINT:.*
DerivePointerAlignment: false
PointerAlignment: Left
TabWidth: 2
|