remove tab width setting in dir-locals

This commit is contained in:
Jeff Becker 2016-11-10 08:25:16 -05:00
parent dd259f1852
commit e152785de9
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

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