blob: 393c3094b12e2029c2055f47ac098375f15118d4 [file] [log] [blame]
Mark Salyzyn501c3732017-03-10 14:31:54 -08001BasedOnStyle: Google
2AllowShortFunctionsOnASingleLine: false
3
4CommentPragmas: NOLINT:.*
5DerivePointerAlignment: false
6IndentWidth: 4
7PointerAlignment: Left
8TabWidth: 4
9PenaltyExcessCharacter: 32
10
11Cpp11BracedListStyle: false