[Piglit] [PATCH] dir-locals.el: Added emacs setup based

Ilia Mirkin imirkin at alum.mit.edu
Mon Apr 18 13:22:47 UTC 2016


On Apr 13, 2016 5:52 PM, "Andres Gomez" <agomez at igalia.com> wrote:
>
> Based on current conventions at .editorconfig
>
> Signed-off-by: Andres Gomez <agomez at igalia.com>
> ---
>  .dir-locals.el | 12 ++++++++++++
>  1 file changed, 12 insertions(+)
>  create mode 100644 .dir-locals.el
>
> diff --git a/.dir-locals.el b/.dir-locals.el
> new file mode 100644
> index 0000000..d16914b
> --- /dev/null
> +++ b/.dir-locals.el
> @@ -0,0 +1,12 @@
> +((nil . ((indent-tabs-mode . t)
> +        (tab-width . 8)))
> + (prog-mode .
> +           ((c-file-style . "linux")))
> + (cmake-mode .
> +            ((cmake-tab-width . 8)))
> + (python-mode .
> +             ((indent-tabs-mode . nil)
> +              (tab-width . 4)
> +              (eval . (progn
> +                        (add-to-list 'write-file-functions
'delete-trailing-whitespace)))))

Definitely not. Showing trailing whitespace seems fine though.

> + )
> --
> 2.8.0.rc3
>
> _______________________________________________
> Piglit mailing list
> Piglit at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/piglit
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/piglit/attachments/20160418/e864a2f2/attachment.html>


More information about the Piglit mailing list