summaryrefslogtreecommitdiff
path: root/.dir-locals.el
blob: 4f0ad7ac8f9f21a046730f849b0affcbcf5c2620 (plain)
1
2
3
4
5
6
7
8
9
10
11
((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)))
  )
 )