|
|
|
|
|
by GeorgeTirebiter
1598 days ago
|
|
The proper number of spaces seems to me to be dependent upon the font size. Smaller font, more spaces. In the olden days, with fixed width fonts on an 80x24 terminal, I think I read somewhere that 3 spaces was optimal (fewest bugs); but that programmers have an aversion to non-multiples of 2. That is why you see 2- or 4-spaces, but not 3. (I think...) |
|