Are there any existing free matlab formatters? I know that matlab auto indents code, but I have a mess of code that I’ve been typing up in a text doc and for some reason my code always become messy even while using matlab.
I can find plenty of C, php, etc formatters out there, why are there none for matlab?
If you want to smart indent the current file, you can do ctrl +
a (to select all) then ctrl +
i (to smart indent the selection).