[Mesa-dev] [PATCH 1/2] freedreno: Fix the Emacs indentation configuration file

Ilia Mirkin imirkin at alum.mit.edu
Wed Oct 17 16:30:06 UTC 2018


Are you sure? It works fine for me... I'm not against fixing it to be
"t", but the current contents definitely worked fine for me. (As I
recall, I may be the one who checked this file in.)
On Wed, Oct 17, 2018 at 11:38 AM Neil Roberts <nroberts at igalia.com> wrote:
>
> The .dir-locals.el had the wrong name for the truthy value so it
> wasn’t setting indent-tabs-mode.
> ---
>  src/gallium/drivers/freedreno/.dir-locals.el | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/gallium/drivers/freedreno/.dir-locals.el b/src/gallium/drivers/freedreno/.dir-locals.el
> index aa20d495465..b0e90fcbd53 100644
> --- a/src/gallium/drivers/freedreno/.dir-locals.el
> +++ b/src/gallium/drivers/freedreno/.dir-locals.el
> @@ -1,5 +1,5 @@
>  ((prog-mode
> -  (indent-tabs-mode . true)
> +  (indent-tabs-mode . t)
>    (tab-width . 4)
>    (c-basic-offset . 4)
>    (c-file-style . "k&r")
> --
> 2.17.1
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev


More information about the mesa-dev mailing list