blob: fc4eb1bc0329d724b5eefff7fae41e265a94b432 [file] [log] [blame]
Dan Albert103c1be2015-02-24 16:56:39 -08001BasedOnStyle: Google
2AllowShortBlocksOnASingleLine: false
3AllowShortFunctionsOnASingleLine: false
4
Josh Gao0b57ef72016-02-18 14:52:07 -08005AccessModifierOffset: -2
Josh Gao32b24cf2015-11-11 14:16:07 -08006ColumnLimit: 100
Dan Albert103c1be2015-02-24 16:56:39 -08007CommentPragmas: NOLINT:.*
8DerivePointerAlignment: false
Dan Albert683238c2015-03-19 13:21:25 -07009IndentWidth: 4
Dan Albert103c1be2015-02-24 16:56:39 -080010PointerAlignment: Left
Dan Albert683238c2015-03-19 13:21:25 -070011TabWidth: 4
Dan Albert103c1be2015-02-24 16:56:39 -080012UseTab: Never
13PenaltyExcessCharacter: 32