Skip to content

Commit 3a6cd3d

Browse files
author
Dave Abrahams
committed
[Emacs support] 80 column highlighting for .swift
For some reason whitespace-mode was only turned on for cc-mode languages. Swift code should fit in 80 columns, too! Swift SVN r14880
1 parent 9a37973 commit 3a6cd3d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.dir-locals.el

+3
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@
3636
(c++-mode
3737
(whitespace-style . (face lines indentation:space))
3838
(eval . (whitespace-mode)))
39+
(swift-mode
40+
(whitespace-style . (face lines indentation:space))
41+
(eval . (whitespace-mode)))
3942
(objc-mode
4043
(whitespace-style . (face lines indentation:space))
4144
(eval . (whitespace-mode)))

0 commit comments

Comments
 (0)