This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: please stop messing with the indentation
- From: Brad Howes <howes at ll dot mit dot edu>
- To: <libstdc++ at gcc dot gnu dot org>
- Date: Wed, 07 Aug 2002 14:48:54 -0400
- Subject: Re: please stop messing with the indentation
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