1BasedOnStyle: Google 2AlignConsecutiveAssignments: true 3AlignEscapedNewlines: Right 4ColumnLimit: 100 5CommentPragmas: NOLINT:.* 6ContinuationIndentWidth: 2 7Cpp11BracedListStyle: false 8TabWidth: 2 9