please stop messing with the indentation

Brad Howes howes@ll.mit.edu
Wed Aug 7 11:49:00 GMT 2002


On 8/7/02 2:36 PM, "Matt Austern" <austern@apple.com> wrote:

> FWIW, I agree with you.  In my opinion, the only real argument for
> indenting the contents of namespace std  is that Emacs is unhappy
> if you don't do it.  But I'd rather teach reasonable formatting
> conventions to Emacs than adjust my formatting when Emacs
> wants to do something wrong.

Ditto. FYI, all I had to do to configure Emacs (20.7.2) to format this way
was to add

  (c-set-offset 'innamespace 0)

to my c-mode hook.

Brad



More information about the Libstdc++ mailing list