[Mesa-dev] [PATCH] dir-locals.el: Set indent-tabs-mode true for makefile-mode

Matt Turner mattst88 at gmail.com
Wed Jan 29 11:23:02 PST 2014


On Wed, Jan 29, 2014 at 10:30 AM, Kristian Høgsberg <krh at bitplanet.net> wrote:
> Makefiles need hard tabs, let's not make that harder than it needs to be.
>
> Signed-off-by: Kristian Høgsberg <krh at bitplanet.net>
> ---
>  .dir-locals.el | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/.dir-locals.el b/.dir-locals.el
> index 4f0ad7a..04a1a2c 100644
> --- a/.dir-locals.el
> +++ b/.dir-locals.el
> @@ -8,4 +8,5 @@
>             (c-set-offset 'innamespace '0)
>             (c-set-offset 'inline-open '0)))
>    )
> + (makefile-mode (indent-tabs-mode . t))
>   )
> --
> 1.8.4.2

Yes, thanks.

Reviewed-by: Matt Turner <mattst88 at gmail.com>


More information about the mesa-dev mailing list