vscode-interactive-graphviz icon indicating copy to clipboard operation
vscode-interactive-graphviz copied to clipboard

Max line length for the formatter

Open aminya opened this issue 1 year ago • 0 comments

When formatting the code like this, the line lengths become very long. Could you add an option to break these lines according to max line length (e.g. defaulting to 100)?

    "aaaaaaaaaa" -> {"bbbbbbb" "cccccccc" "dddddddd", "eeeeeeee", "ffffffffff", "gggggggggg"};

aminya avatar Aug 07 '24 21:08 aminya