"Chris Fairles" <chris.fairles@gmail.com> writes: > I've always been using 2 spaces instead of a tab character and setting > my tab width to 2. However, it seems that perhaps this isn't the norm? The GNU coding standards specify that tab stops occur every 8 characters. When editing GNU code you should set your editor to comply. Ian