formatExpandedTo formats the contents of the tree as a multi-line string to the provided buffer. In order for column alignment to operate well, formatCompactTo must be called before calling formatExpandedTo.
([]byte, diffMode, indentMode)
| 89 | // to the provided buffer. In order for column alignment to operate well, |
| 90 | // formatCompactTo must be called before calling formatExpandedTo. |
| 91 | formatExpandedTo([]byte, diffMode, indentMode) []byte |
| 92 | } |
| 93 | |
| 94 | // textWrap is a wrapper that concatenates a prefix and/or a suffix |