|
|
|
|
|
by graue
5132 days ago
|
|
When I was writing a lot of C, I settled on 8-column tabs (a style I copied from OpenBSD). Combined with an 80-column wide terminal, it prevents you from nesting too far down — 4 or 5 levels and you keep having to wrap, which is an automatic sign that "something is wrong, I need to refactor this." |
|
But I'm also a single-return fetishist, so I tend to nest deeper than normal.