Skip to content

Commit

Permalink
Code style configuration for Emacs users.
Browse files Browse the repository at this point in the history
  • Loading branch information
samskivert committed Jun 3, 2011
1 parent aac3b9a commit fd5e16a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .dir-locals.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
((nil . ((indent-tabs-mode . nil)
(fill-column . 99)))
(java-mode . ((c-basic-offset . 2)))
)

0 comments on commit fd5e16a

Please sign in to comment.