Skip to content

Commit

Permalink
Set the indent style for Emacs users.
Browse files Browse the repository at this point in the history
Signed-off-by: Benoit Sigoure <tsunanet@gmail.com>
  • Loading branch information
erlyfall authored and tsuna committed Jan 30, 2013
1 parent 6c1dda8 commit fd4ef61
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .dir-locals.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
;;; Directory Local Variables
;;; See Info node `(emacs) Directory Variables' for more information.

((java-mode
(c-basic-offset . 2)
(indent-tabs-mode . nil)))
))

0 comments on commit fd4ef61

Please sign in to comment.