I like MATLAB smart indentation. Ctrl-A, Ctrl-I works with me. However, in my 3000-line script, I have one section of about 100 lines of code that I would not want to touch MATLAB.
(Why are you asking? Why:
x = ... aaaaaaaaaaaaaaaaa ... - ... ( ... bbbbbbbbbbbbbb ... + ... cccccccccccccccccccccc ... );
What is my coding method, what is the difference in two things, one of which is aaaaaaaaaaaaaaaaa
, and the other is brackets, ... etc.
So, how can I teach MATLAB not to undo this part?
source share