summaryrefslogtreecommitdiff
path: root/src/freedreno/.dir-locals.el
blob: 3023c51e8cf8cda93e21bb601dcdc8578171ca81 (plain)
1
2
3
4
5
6
7
8
9
10
11
((prog-mode
  (indent-tabs-mode . t)
  (tab-width . 4)
  (c-basic-offset . 4)
  (c-file-style . "k&r")
  (fill-column . 78)
  (c-file-offsets
   (arglist-cont-nonempty . ++)
   )
  )
 )