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. --- src/freedreno/.dir-locals.el | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/freedreno/.dir-locals.el
diff --git a/src/freedreno/.dir-locals.el b/src/freedreno/.dir-locals.el new file mode 100644 index 00000000000..b0e90fcbd53 --- /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) + ) + ) -- 2.17.2 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev