What about the maximum line width? Most coding guidelines include a limit on 
how long a line should be. Often it's 80, which may be a bit low nowadays, but 
some limit (say 120) is still a good idea. But how do you tell how long a line 
is if you don't know how other programmers configure the tab size?

Reply via email to