This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[Merge] [perl #129916] Allow sub-in-stash outside of main
[perl5.git] / .dir-locals.el
1 ;; Default settings for all except cpan/
2 ((nil . ((indent-tabs-mode . nil)))     ; all modes
3  (cperl-mode . ((cperl-indent-level . 4)))
4  (c-mode . ((c-indentation-style . bsd)
5             (c-basic-offset . 4))))