matlab-formatter-vscode
matlab-formatter-vscode copied to clipboard
The formater does not perform well in such a snippet ``` for i = 1:22 if i > 3 && i < a(end - 1) break else continue end end...
Hello, for integrating the formatting into a DevOps toolstack it is helpful to run the formatter via [pre-commit](https://pre-commit.com/). When this gets merged, this repo can be added to the [list...
Hello, First of all - thank you so much for creating this extension. It helped me enormously during my university years and I am very grateful for the work you...
There is no configuration for defining a maximum line character length, which would be a nice feature to have. Would be happy to help to add this feature if it...
Is there an analogous rule for formatting multi-line cell vectors, similar to the matrix formatting? Seems that indents are just removed in this case.
This line: ```matlab G = 1.4e9 / (s ^ 2 * (s+4.4e4)); ``` Formats into this line: ```matlab G = 1.4e9 / (s ^ 2 * (s + 4.4e4)); ```...