These should be scoped to containers. E.g. something like
arrangement: horizontal
a: {
arrangement: horizontal
...
}
b: {
arrangement: vertical
}
so a and b would be horizontal, the contents of a would be horizontal, and the contents of b would be vertical.
not sure arrangement is the best keyword here.
also for the value, other tools use LR and TD, which... is perhaps more descriptive, but less obvious to read. e.g. it wasn't clear to me for a long time that graphviz's graph TD wasn't just a header to be placed on every diagram and that it actually stood for top-down.
These should be scoped to containers. E.g. something like
so
aandbwould be horizontal, the contents ofawould be horizontal, and the contents ofbwould be vertical.not sure
arrangementis the best keyword here.also for the value, other tools use
LRandTD, which... is perhaps more descriptive, but less obvious to read. e.g. it wasn't clear to me for a long time that graphviz'sgraph TDwasn't just a header to be placed on every diagram and that it actually stood for top-down.