summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/radeon/.dir-locals.el
blob: d5f0f0433261b3d7180e8072bbd4361ef35c7206 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
((prog-mode
  (indent-tabs-mode . nil)
  (tab-width . 8)
  (c-basic-offset . 4)
  (c-file-style . "stroustrup")
  (fill-column . 78)
  (eval . (progn
	    (c-set-offset 'innamespace '0)
	    (c-set-offset 'inline-open '0)))
  )
 (makefile-mode (indent-tabs-mode . t))
 )