[ESS] Help with SAS commenting
Star Ying
starying at outlook.com
Thu Mar 21 14:02:26 CET 2013
I am having a little trouble with SAS commenting in ess. If I comment out a line above the current line, auto indentation wants to indent the current line to the next level. For example, the auto indentation makes the code do this:
/* some code here; */
other code here;
Instead of this:
/* some code here; */
other code here;
Is this by design and is there a way to switch it to the second style. The current way makes parsing code more difficult.
More information about the ESS-help
mailing list