summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/.dir-locals.el
blob: aa20d495465ab92a304648a9be521ceb30202d08 (plain)
1
2
3
4
5
6
7
8
((prog-mode
  (indent-tabs-mode . true)
  (tab-width . 4)
  (c-basic-offset . 4)
  (c-file-style . "k&r")
  (fill-column . 78)
  )
 )