summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/nouveau/.dir-locals.el
diff options
context:
space:
mode:
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)
+ )
+ )