This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Formatting, tabs vs spaces.


"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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]