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