add dir-locals for emacs users with code standards set

This commit is contained in:
Jeff Becker
2016-11-10 08:21:32 -05:00
parent a4d586b24e
commit 5001cea3a3

3
.dir-locals.el Normal file
View File

@ -0,0 +1,3 @@
((c++-mode . ((indent-tabs-mode . t)
(tab-width . 2)))
(c-mode . ((mode . c++))))