#SAS/C 5.10A Patch
09-Dec-90 15:11:51
Sb: #5056-#SAS/C 5.10A Patch
Fm: Steve Bennett/SYSOP 76702,1071
To: John Toebes 72230,303
If you want suggestions on changes to LSE, I'll mention my one biggest pet
peeve about it: It assumes I use K&R style for my curly braces, and
indents/undents accordingly. I *hate* that. I personally use the
following style:
if (something)
{
do something
do something else
}
do a different thing
and lse makes it *really* a pain in the neck to do this with. Also, being
able to set tab stops would be nice…
–>Steve Bennett