Mesa (master): radeonsi: remove emacs style config file

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat May 9 01:25:13 UTC 2020


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

Author: Qiang Yu <yuq825 at gmail.com>
Date:   Fri Apr 24 16:27:03 2020 +0800

radeonsi: remove emacs style config file

As radeonsi has synced the code style with main mesa,
remove the orginal radeonsi spec emacs config file and
use the top level dir .dir-locals.el

Acked-by: Marek Olšák <marek.olsak at amd.com>
Signed-off-by: Qiang Yu <yuq825 at gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4961>

---

 src/gallium/drivers/radeonsi/.dir-locals.el | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/src/gallium/drivers/radeonsi/.dir-locals.el b/src/gallium/drivers/radeonsi/.dir-locals.el
deleted file mode 100644
index 15cd68edb0a..00000000000
--- a/src/gallium/drivers/radeonsi/.dir-locals.el
+++ /dev/null
@@ -1,11 +0,0 @@
-((prog-mode
-  (indent-tabs-mode . t)
-  (tab-width . 8)
-  (c-basic-offset . 8)
-  (c-file-style . "stroustrup")
-  (fill-column . 78)
-  (eval . (progn
-	    (c-set-offset 'innamespace '0)
-	    (c-set-offset 'inline-open '0)))
-  )
- )



More information about the mesa-commit mailing list