How can I get the Matlab editor to enable indentation while writing code?

When working with Matlab, I often use the combination Ctrl + A (select all), followed by Ctrl + I (smart indent). Can I use the indentation feature of the Matlab editor that works automatically while I type in the code?

+7
source share
1 answer

File > Preferences > Editor/Debugger > Language > Apply smart indenting while typing

+8
source

All Articles