[PATCH libinput] indentation: add .dir-locals.el for emacs

Peter Hutterer peter.hutterer at who-t.net
Mon Feb 26 08:45:09 UTC 2018


On Sat, Feb 24, 2018 at 06:55:34PM +0300, Konstantin Kharlamov wrote:
> It's pretty basic as compared to e.g. one of Mesa, but I don't see what
> else could be needed, and if anything, it can be added later.
> 
> Signed-off-by: Konstantin Kharlamov <Hi-Angel at yandex.ru>
> ---
>  .dir-locals.el | 4 ++++
>  1 file changed, 4 insertions(+)
>  create mode 100644 .dir-locals.el
> 
> diff --git a/.dir-locals.el b/.dir-locals.el
> new file mode 100644
> index 00000000..4ef2d135
> --- /dev/null
> +++ b/.dir-locals.el
> @@ -0,0 +1,4 @@
> +((nil . ((indent-tabs-mode . t)
> +         (tab-width . 8)
> +         (fill-column . 80)))
> + (c-mode . ((c-basic-offset . 8))))
> -- 
> 2.15.1

pushed, thanks

   59550ed2..d133dc94  master -> master

Cheers,
   Peter


More information about the wayland-devel mailing list