blob: c91502a257f3f092d914f56ec3dc93be0356ef23 [file] [log] [blame]
Adam Lesinskicacb28f2016-10-19 12:18:14 -07001BasedOnStyle: Google
Adam Lesinski5119e512016-12-05 19:48:20 -08002ColumnLimit: 100
Adam Lesinskied69ce82017-03-20 10:55:01 -07003AllowShortBlocksOnASingleLine: false
4AllowShortFunctionsOnASingleLine: false
5CommentPragmas: NOLINT:.*
6DerivePointerAlignment: false
7PointerAlignment: Left