summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/nouveau/.dir-locals.el
diff options
context:
space:
mode:
authorIlia Mirkin <[email protected]>2014-08-10 11:52:10 -0400
committerIlia Mirkin <[email protected]>2014-08-13 09:59:04 -0400
commitddcbea91f11a96b154b7e31c1b60816583056234 (patch)
tree8210cdf509e8cfb92e7cfd974d1894fa9ee5fe3c /src/mesa/drivers/dri/nouveau/.dir-locals.el
parent8049e5a1f68f9b852d31d91b28828391c5df754d (diff)
nouveau: add emacs dir-locals file for tabs/8-space indents
Signed-off-by: Ilia Mirkin <[email protected]> Reviewed-by: Francisco Jerez <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/nouveau/.dir-locals.el')
-rw-r--r--src/mesa/drivers/dri/nouveau/.dir-locals.el8
1 files changed, 8 insertions, 0 deletions
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)
+ )
+ )