blob: c98efc2abed59c5cc06539715d8b807487aa14dd [file] [log] [blame]
Jorge Lucangeli Obesc8b606a2016-02-05 15:13:52 -08001BasedOnStyle: Google
2AllowShortFunctionsOnASingleLine: Inline
3AllowShortIfStatementsOnASingleLine: false
4AllowShortLoopsOnASingleLine: false
5BinPackArguments: false
6BinPackParameters: false
7CommentPragmas: NOLINT:.*
8DerivePointerAlignment: false
9PointerAlignment: Left
10TabWidth: 2