This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: Indentation, tabs, and spaces (was re: [PATCH] support: Implement TEST_COMPARE_STRING)
- From: Zack Weinberg <zackw at panix dot com>
- To: Joseph Myers <joseph at codesourcery dot com>
- Cc: GNU C Library <libc-alpha at sourceware dot org>
- Date: Thu, 8 Nov 2018 17:18:08 -0500
- Subject: Re: Indentation, tabs, and spaces (was re: [PATCH] support: Implement TEST_COMPARE_STRING)
- References: <CAKCAbMhOr2=peqhfG9rarW15nJT7zA=2AaXPOYGScCBD1aG9qw@mail.gmail.com> <alpine.DEB.2.21.1811071630590.17963@digraph.polyomino.org.uk>
On Wed, Nov 7, 2018 at 11:43 AM Joseph Myers <joseph@codesourcery.com> wrote:
> It should be possible to have a .dir-locals.el to specify the rules for
> glibc source files. Something like
>
> (
> (nil . ((indent-tabs-mode . t)))
> )
I already have this but it doesn't seem to work 100% reliably, and
debugging Emacs is not something I want to spend my limited hacking
time on.
zw