blob: f1debbd461f8a1756a5a0d9b5a5f0433f366aa93 [file] [log] [blame]
junyulai3850bee2018-11-06 21:59:44 +08001BasedOnStyle: Google
2AlignConsecutiveAssignments: true
3AlignEscapedNewlines: Right
4ColumnLimit: 100
5CommentPragmas: NOLINT:.*
6ContinuationIndentWidth: 2
7Cpp11BracedListStyle: false
8TabWidth: 2