perl5 icon indicating copy to clipboard operation
perl5 copied to clipboard

perlop: fix and normalize indentation and alignment

Open haarg opened this issue 1 year ago • 1 comments

Tabs for alignment don't work well in verbatim sections. The indentation of the code may be stripped when being displayed, resulting in the tab alignment not matching the intention. This can currently be seen on https://metacpan.org/pod/perlop and https://perldoc.perl.org/perlop

Since most of the code uses 4 space indents, normalize all of the indentation to use 4 spaces.

haarg avatar Oct 10 '24 20:10 haarg

This cannot be merged as is. It fails the t/porting/podcheck.t. See end of https://github.com/Perl/perl5/actions/runs/11281442619/job/31376683077?pr=22658 for options on fixing, run make test_porting before re-pushing. Thanks.

jkeenan avatar Oct 10 '24 22:10 jkeenan