freedreno: Add .dir-locals to the common directory

The commit aa0fed10d3 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>
This commit is contained in:
Neil Roberts 2018-12-02 18:22:11 +01:00 committed by Kristian H. Kristensen
parent cfe8220904
commit 8600aa35bd
1 changed files with 8 additions and 0 deletions

View File

@ -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)
)
)