blob: 181b743dd114ab9062d6fda51ed82c959e58c48e [file] [log] [blame]
Wei Wangf72cfad2017-10-26 22:41:03 -07001BasedOnStyle: Google
2AccessModifierOffset: -2
3AllowShortFunctionsOnASingleLine: Inline
4ColumnLimit: 80
5CommentPragmas: NOLINT:.*
6DerivePointerAlignment: false
7IndentWidth: 4
8PointerAlignment: Left
9TabWidth: 4
10UseTab: Never
11PenaltyExcessCharacter: 32