Skip to content

Commit

Permalink
dir-locals.el to set style in Emacs
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Clements committed Aug 29, 2011
1 parent a7061b4 commit 920b7b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .dir-locals.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
((nil
(indent-tabs-mode . nil))
(c-mode
(c-file-style . "bsd")
(c-basic-offset . 2)))

0 comments on commit 920b7b4

Please sign in to comment.