radeonsi: remove emacs style config file
authorQiang Yu <yuq825@gmail.com>
Fri, 24 Apr 2020 08:27:03 +0000 (16:27 +0800)
committerMarge Bot <eric+marge@anholt.net>
Sat, 9 May 2020 00:57:26 +0000 (00:57 +0000)
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@amd.com>
Signed-off-by: Qiang Yu <yuq825@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4961>

src/gallium/drivers/radeonsi/.dir-locals.el [deleted file]

diff --git a/src/gallium/drivers/radeonsi/.dir-locals.el b/src/gallium/drivers/radeonsi/.dir-locals.el
deleted file mode 100644 (file)
index 15cd68e..0000000
+++ /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)))
-  )
- )