in reply to Re: No Hard Tabs in Code
in thread No Hard Tabs in Code
Changing the indent level is rarely an issue. I have Increase Indent, Decrease Indent set to Ctrl-[, Ctrl-], because that's how BBEdit does it.
Getting tokens internal to a line to start exactly on tab stops is sometimes a bit trickier, without using hard tabs. On the other hand, it's often more important to match orthogonal syntax to the previous line, so spaces are better there anyway. I'm sold.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: No Hard Tabs in Code
by ikegami (Patriarch) on Jul 01, 2010 at 23:43 UTC | |
by Xiong (Hermit) on Jul 05, 2010 at 19:48 UTC | |
by ikegami (Patriarch) on Jul 05, 2010 at 20:10 UTC | |
by Xiong (Hermit) on Jul 05, 2010 at 20:59 UTC |