|
|
|
|
|
by jbri
4602 days ago
|
|
The optimal mechanism is to indent with tabs, and align with spaces (that is, you have the same number of preceding tabs as whatever you're trying to align with, and then use spaces from there). Though setting your editor up to do that automatically is an incredible pain, and it kind of forces you to use a monospace font. |
|
Anyway, it seems like this system necessitates that the leading white space on a given line must be a mixture of both tab characters (\t) and spaces, unless one sets their editor to insert space characters as tabs (which is standard), and is obviously living in a state of sin.