blob: 65d8277af37b57ed53c27531e6b83f313b46e4d2 [file] [log] [blame]
Bertrand SIMONNET0c7e29b2015-11-23 11:36:15 -08001BasedOnStyle: Google
2AllowShortFunctionsOnASingleLine: Inline
3AllowShortIfStatementsOnASingleLine: false
4AllowShortLoopsOnASingleLine: false
5BinPackParameters: false
6CommentPragmas: NOLINT:.*
7DerivePointerAlignment: false
8PointerAlignment: Left
9TabWidth: 2