Skip to content

Commit

Permalink
Add basic .dir-locals.el
Browse files Browse the repository at this point in the history
  • Loading branch information
ilmari committed Jun 25, 2014
1 parent b54fd91 commit 64d85e7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .dir-locals.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
((cperl-mode . ((cperl-indent-level . 2)
(cperl-continued-statement-offset . 2)
(cperl-continued-brace-offset . 0)
(cperl-close-paren-offset . -2)
(cperl-indent-subs-specially . nil)
(indent-tabs-mode . nil))))

0 comments on commit 64d85e7

Please sign in to comment.