Branch: refs/heads/haarg/perlop-fix-improve-indent-alignment
Home: https://github.com/Perl/perl5
Commit: bcea45970b82a6241811258d21d990238cb6b6ff
https://github.com/Perl/perl5/commit/bcea45970b82a6241811258d21d990238cb6b6ff
Author: Graham Knop <[email protected]>
Date: 2024-10-10 (Thu, 10 Oct 2024)
Changed paths:
M pod/perldelta.pod
M pod/perlop.pod
Log Message:
-----------
perlop: fix and normalize indentation and alignment
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.
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications