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