blob: 9db87a8f52440a7bc76e48219eab383a7df40b70 [file] [log] [blame]
Mark Salyzyn2ed51d72017-03-09 08:09:43 -08001BasedOnStyle: Google
2AllowShortFunctionsOnASingleLine: false
3
4CommentPragmas: NOLINT:.*
5DerivePointerAlignment: false
6PointerAlignment: Left
7PenaltyExcessCharacter: 32
8
9Cpp11BracedListStyle: false