summaryrefslogtreecommitdiff
path: root/.dir-locals.el
blob: 3bd83286ec8349b50aa6a325bdb5427b8bce3cd3 (plain)
1
2
3
4
5
6
7
8
9
10
((nil
  (indent-tabs-mode . nil)
  (tab-width . 8)
  (c-basic-offset . 3)
  (c-file-style . "stroustrup")
  (eval . (progn
	    (c-set-offset 'innamespace '0)
	    (c-set-offset 'inline-open '0)))
  )
 )