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