This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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: coding conventions


> it was generated using the command 'svn diff > ../boost.diff"

There must be a confusion somewhere. FSF GDB is available only
via either CVS or git. Also, I don't know that GDB has a boost
subdirectory.


> questions on the formatting of new code (conforming standards used at
> gdb-patches@gnu.org):
> 
> 1) can lines exceed the 80 character limit?

No.

> 2) should standard indentation be taken as 2 or 4 white spaces?

2 spaces. We also replace blocks of 8 spaces at the beginning of
a line by tabs.

-- 
Joel


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