summaryrefslogtreecommitdiff
path: root/.dir-locals.el
blob: 9828d2cc3cede54bed485e7afc6ec2f1942e7fb4 (plain)
1
2
3
4
5
6
7
((c++-mode
   (c-file-style . "linux")
   (eval . (progn
	     (c-set-offset 'innamespace '0)
	     (c-set-offset 'inline-open '0))))
 (c-mode
   (c-file-style . "linux")))