ols icon indicating copy to clipboard operation
ols copied to clipboard

Call expression doesn't break into newlines despite being long

Open DanielGavin opened this issue 6 months ago • 1 comments

append(&list, tokenizer.Token{text = strings.clone(t.text, allocator), kind = t.kind, pos = tokenizer.Pos{file = strings.clone(t.pos.file, allocator), offset = t.pos.offset, line = t.pos.line, column = t.pos.column}})

DanielGavin avatar Jun 27 '25 19:06 DanielGavin