Skip to content

Commit e152785

Browse files
committed
remove tab width setting in dir-locals
1 parent dd259f1 commit e152785

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.dir-locals.el

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
((c++-mode . ((indent-tabs-mode . t)
2-
(tab-width . 2)))
1+
((c++-mode . ((indent-tabs-mode . t)))
32
(c-mode . ((mode . c++))))

0 commit comments

Comments
 (0)