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