From: Ilia Mirkin Date: Sun, 10 Aug 2014 15:52:10 +0000 (-0400) Subject: nouveau: add emacs dir-locals file for tabs/8-space indents X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ddcbea91f11a96b154b7e31c1b60816583056234;p=mesa.git nouveau: add emacs dir-locals file for tabs/8-space indents Signed-off-by: Ilia Mirkin Reviewed-by: Francisco Jerez --- diff --git a/src/mesa/drivers/dri/nouveau/.dir-locals.el b/src/mesa/drivers/dri/nouveau/.dir-locals.el new file mode 100644 index 00000000000..29735e8f24a --- /dev/null +++ b/src/mesa/drivers/dri/nouveau/.dir-locals.el @@ -0,0 +1,8 @@ +((nil + (indent-tabs-mode . true) + (tab-width . 8) + (c-basic-offset . 8) + (c-file-style . "stroustrup") + (fill-column . 78) + ) + )