summaryrefslogtreecommitdiff
path: root/.dir-locals.el
blob: 04a1a2ce6482b9894647d531563db4f75312b627 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
((nil
  (indent-tabs-mode . nil)
  (tab-width . 8)
  (c-basic-offset . 3)
  (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))
 )