mesa: update the emacs indent files

dirvars package has been replaced by built-in functionality of
dir-locals. preserve the settings in the new infrastructure
This commit is contained in:
Zack Rusin
2012-06-21 17:25:09 -04:00
parent ff2b417245
commit af98c6b05b
2 changed files with 10 additions and 10 deletions

10
.dir-locals.el Normal file
View File

@@ -0,0 +1,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)))
)
)