On Thu, Aug 6, 2015 at 4:21 AM, Michel Dänzer <[email protected]> wrote:
> From: Michel Dänzer <[email protected]>
>
> Signed-off-by: Michel Dänzer <[email protected]>

Reviewed-by: Alex Deucher <[email protected]>

> ---
>  .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..2e58e90
> --- /dev/null
> +++ b/.dir-locals.el
> @@ -0,0 +1,12 @@
> +((nil
> +  (indent-tabs-mode . t)
> +  (tab-width . 8)
> +  (c-basic-offset . 8)
> +  (c-file-style . "stroustrup")
> +  (fill-column . 78)
> +  (eval . (progn
> +           (c-set-offset 'innamespace '0)
> +           (c-set-offset 'inline-open '0)))
> +  )
> + (makefile-mode (indent-tabs-mode . t))
> + )
> --
> 2.5.0
>
> _______________________________________________
> xorg-driver-ati mailing list
> [email protected]
> http://lists.x.org/mailman/listinfo/xorg-driver-ati
_______________________________________________
xorg-driver-ati mailing list
[email protected]
http://lists.x.org/mailman/listinfo/xorg-driver-ati

Reply via email to