freedreno: Add .dir-locals to the common directory
authorNeil Roberts <nroberts@igalia.com>
Sun, 2 Dec 2018 17:22:11 +0000 (18:22 +0100)
committerKristian H. Kristensen <hoegsberg@chromium.org>
Tue, 11 Dec 2018 21:14:08 +0000 (13:14 -0800)
The commit aa0fed10d35 moved a bunch of Freedreno code to a common
directory. The previous directory had a .dir-locals file for Emacs.
This patch copies it to the new directory as well.

Reviewed-by: Kristian H. Kristensen <hoegsberg@chromium.org>
src/freedreno/.dir-locals.el [new file with mode: 0644]

diff --git a/src/freedreno/.dir-locals.el b/src/freedreno/.dir-locals.el
new file mode 100644 (file)
index 0000000..b0e90fc
--- /dev/null
@@ -0,0 +1,8 @@
+((prog-mode
+  (indent-tabs-mode . t)
+  (tab-width . 4)
+  (c-basic-offset . 4)
+  (c-file-style . "k&r")
+  (fill-column . 78)
+  )
+ )