Mesa (master): freedreno: Add .dir-locals to the common directory

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Dec 11 21:14:45 UTC 2018


Module: Mesa
Branch: master
Commit: 8600aa35bd307d6eec6776a8871acebfe3b35f5a
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8600aa35bd307d6eec6776a8871acebfe3b35f5a

Author: Neil Roberts <nroberts at igalia.com>
Date:   Sun Dec  2 18:22:11 2018 +0100

freedreno: Add .dir-locals to the common directory

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 at chromium.org>

---

 src/freedreno/.dir-locals.el | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/src/freedreno/.dir-locals.el b/src/freedreno/.dir-locals.el
new file mode 100644
index 0000000000..b0e90fcbd5
--- /dev/null
+++ b/src/freedreno/.dir-locals.el
@@ -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)
+  )
+ )




More information about the mesa-commit mailing list