This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add parallel build and MSVC support for the gmake makefile
[perl5.git] / .dir-locals.el
CommitLineData
abec5bed
DIM
1;; Default settings for all except cpan/
2((nil . ((indent-tabs-mode . nil))) ; all modes
a3914761 3 (cperl-mode . ((cperl-indent-level . 4)))
abec5bed
DIM
4 (c-mode . ((c-indentation-style . bsd)
5 (c-basic-offset . 4))))