turnip: Add a .editorconfig and .dir-locals.el
authorEric Anholt <eric@anholt.net>
Thu, 19 Sep 2019 18:03:35 +0000 (11:03 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 27 Sep 2019 20:34:28 +0000 (13:34 -0700)
commita6cc68106c033a31db2b84188e47e1badfcbcc41
tree8c3aa721856f65eeff932d549f4b847cfcef040b
parent7a4647ee392eff045015a0295f0b6d235d376804
turnip: Add a .editorconfig and .dir-locals.el

I was inheriting the one from src/freedreno with funny tabs, while
this driver is written with normal Mesa 3-space indents.
Unfortunately I have to add both files, because I use emacs and emacs
prefers .dir-locals to .editorconfig :(

Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
src/freedreno/vulkan/.dir-locals.el [new file with mode: 0644]
src/freedreno/vulkan/.editorconfig [new file with mode: 0644]
src/freedreno/vulkan/tu_private.h