indentSize property

int indentSize
final

Number of characters per indent level (minimum 2).

Controls the width of tree connectors and continuation lines. The default value of 2 produces compact output like:

├─ item
│ ├─ child

A value of 4 produces wider output:

├─── item
│   ├─── child

Implementation

final int indentSize;