blob: 6006e6f4fd99a904e0b2beb08637a8114137e964 [file] [log] [blame]
Jorge Lucangeli Obes68aac7f2016-04-13 11:01:25 -07001BasedOnStyle: Google
2AllowShortFunctionsOnASingleLine: Inline
3AllowShortIfStatementsOnASingleLine: true
4AllowShortLoopsOnASingleLine: true
5BinPackArguments: true
6BinPackParameters: true
7ColumnLimit: 80
8CommentPragmas: NOLINT:.*
9ContinuationIndentWidth: 8
10DerivePointerAlignment: false
11IndentWidth: 4
12PointerAlignment: Left
13TabWidth: 4