More or less a control for an indent: str when Array._multiline == True.
The Trivia.indent doesn't seem be the right place because it's in reference to the parent container?
Also, only when it's a multiline array does this indent exist; I'm thinking add an Array._multiline_indent: str ?
More or less a control for an
indent: str
whenArray._multiline == True
.The
Trivia.indent
doesn't seem be the right place because it's in reference to the parent container? Also, only when it's a multiline array does this indent exist; I'm thinking add anArray._multiline_indent: str
?