Skip to content

Commit

Permalink
[Emacs support] 80 column highlighting for .swift
Browse files Browse the repository at this point in the history
For some reason whitespace-mode was only turned on for cc-mode
languages.  Swift code should fit in 80 columns, too!

Swift SVN r14880
  • Loading branch information
Dave Abrahams committed Mar 10, 2014
1 parent 9a37973 commit 3a6cd3d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .dir-locals.el
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
(c++-mode
(whitespace-style . (face lines indentation:space))
(eval . (whitespace-mode)))
(swift-mode
(whitespace-style . (face lines indentation:space))
(eval . (whitespace-mode)))
(objc-mode
(whitespace-style . (face lines indentation:space))
(eval . (whitespace-mode)))
Expand Down

0 comments on commit 3a6cd3d

Please sign in to comment.