blob: c98efc2abed59c5cc06539715d8b807487aa14dd [file] [log] [blame]
Bertrand SIMONNET0c7e29b2015-11-23 11:36:15 -08001BasedOnStyle: Google
2AllowShortFunctionsOnASingleLine: Inline
3AllowShortIfStatementsOnASingleLine: false
4AllowShortLoopsOnASingleLine: false
Alex Deymod8306122016-01-25 17:46:21 -08005BinPackArguments: false
Bertrand SIMONNET0c7e29b2015-11-23 11:36:15 -08006BinPackParameters: false
7CommentPragmas: NOLINT:.*
8DerivePointerAlignment: false
9PointerAlignment: Left
10TabWidth: 2