Skip to content

Commit 5bb0f0a

Browse files
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 line
1 parent 9d3f5d3 commit 5bb0f0a

1 file changed

Lines changed: 290 additions & 77 deletions

File tree

0 commit comments

Comments
 (0)