Skip to content

Commit 895bf26

Browse files
committed
Fix tab size for Emacs users.
For some reason .dir-locals.el was setting tab-width to 2. That's a Really Bad Idea, because if somehow (as happened in my case) indent-tabs-mode was 't instead of nil like it should have been, Emacs will insert tabs instead of spaces, and it'll *look* like it's doing the right thing.
1 parent 27a992e commit 895bf26

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.dir-locals.el

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
(set (make-local-variable 'swift-project-directory)
1717
this-directory)
1818
)
19-
(tab-width . 2)
2019
(fill-column . 80)
2120
(c-file-style . "swift"))
2221
(c++-mode

0 commit comments

Comments
 (0)