Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perlop: fix and normalize indentation and alignment #22658

Open
wants to merge 1 commit into
base: blead
Choose a base branch
from

Commits on Oct 10, 2024

  1. 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.
    haarg committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    8684cb8 View commit details
    Browse the repository at this point in the history