You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments