Skip to content

Commit

Permalink
Project specific Emacs settings updated: Always show trailing white-s…
Browse files Browse the repository at this point in the history
…pace
  • Loading branch information
kspangsege committed Sep 26, 2013
1 parent 9c42b7b commit a08334b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .dir-locals.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
((nil . ((c-basic-offset . 4)
(indent-tabs-mode . nil)
(c-file-style . "ellemtel")
(c-file-offsets . ((innamespace . 0))))))
(c-file-offsets . ((innamespace . 0)))
(show-trailing-whitespace . t))))

0 comments on commit a08334b

Please sign in to comment.