// Inline scalar on same line
if (next.type === TokenType.Scalar) {
if (this.peek(1).type === TokenType.Colon) {
// It's an inline mapping after '- ' like '- name: John'
// The implicit indent for continuation lines is the column of the key