Move setting of cperl-indent-level to .dir-locals.el

This removes duplication.
This commit is contained in:
Adam Spiers 2024-03-30 12:57:55 +00:00
parent 66ca2826d6
commit d1480195b6
6 changed files with 2 additions and 6 deletions

View file

@ -1 +1,2 @@
((cperl-mode . ((dumb-jump-force-searcher . rg))))
((cperl-mode . ((dumb-jump-force-searcher . rg)
(cperl-indent-level . 4))))

View file

@ -123,6 +123,5 @@ sub list {
# Local variables:
# mode: perl
# cperl-indent-level: 4
# End:
# vim: ft=perl

View file

@ -849,6 +849,5 @@ sub version {
# Local variables:
# mode: perl
# cperl-indent-level: 4
# end:
# vim: ft=perl

View file

@ -2165,7 +2165,6 @@ EOF
# Local variables:
# mode: perl
# cperl-indent-level: 4
# end:
# vim: ft=perl

View file

@ -237,6 +237,5 @@ sub adjust_dotfile {
# Local variables:
# mode: perl
# cperl-indent-level: 4
# end:
# vim: ft=perl

View file

@ -313,6 +313,5 @@ sub is_nonexistent_path {
# Local variables:
# mode: perl
# cperl-indent-level: 4
# end:
# vim: ft=perl