My personal config on my laptop has this set to 2 and that makes editing osstest, which uses 4, quite annoying.
Signed-off-by: Ian Jackson <ian.jack...@eu.citrix.com> --- New in v2. --- .dir-locals.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.dir-locals.el b/.dir-locals.el index d87916f7..ad4fa3dc 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1 +1,2 @@ -((nil . ((indent-tabs-mode . t)))) +((nil . ((indent-tabs-mode . t))) + (cperl-mode . ((cperl-indent-level . 4)))) -- 2.20.1