Skip to content

Commit

Permalink
Make sure emacs doesn't try to indent with tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
ilmari authored and ribasushi committed Nov 6, 2014
1 parent b33e214 commit 4018df7
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
@@ -1,4 +1,5 @@
((cperl-mode . ((cperl-indent-level . 2)
((nil . ((indent-tabs-mode . nil)))
(cperl-mode . ((cperl-indent-level . 2)
(cperl-continued-statement-offset . 2)
(cperl-continued-brace-offset . 0)
(cperl-close-paren-offset . -2)
Expand Down

0 comments on commit 4018df7

Please sign in to comment.