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

2018-02-26 Thread Peter Hutterer
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 
> ---
>  .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 ..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
___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-devel


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

2018-02-25 Thread Konstantin Kharlamov
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 
---
 .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 ..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

___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-devel