Commit 5bb0f0a
committed
renderdag: box: option to pad between nodes from separate branches
Makes it easier to visually scan the branches and find the heads quickly.
Before:
│ │ │ o F some text message
│ ├───╯ that continues on the next line
│ │ │ o E some text message
│ ├───╯ that continues on the next line
│ │ o D some text message
│ │ │ that continues on the next line
│ │ o C some text message
│ │ │ that continues on the next line
│ o │ B some text message
│ ├─╯ that continues on the next line
│ o A some text message
├─╯ that continues on the next line
After:
│ │ │ o F some text message
│ ├───╯ that continues on the next line
│ │ │
│ │ │ o E some text message
│ ├───╯ that continues on the next line
│ │ │
│ │ o D some text message
│ │ │ that continues on the next line
│ │ o C some text message
│ │ │ that continues on the next line
│ │ │
│ o │ B some text message
│ ├─╯ that continues on the next line
│ o A some text message
├─╯ that continues on the next line1 parent 9d3f5d3 commit 5bb0f0a
1 file changed
Lines changed: 290 additions & 77 deletions
0 commit comments