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

FormatWriter: share shifted columns between lines #3923

Merged
merged 1 commit into from
Apr 11, 2024

Commits on Apr 10, 2024

  1. FormatWriter: share shifted columns between lines

    Current assumption is that stops in each line of an align block match
    positionally, that is, first stop of every line matches the first new
    shifted column, etc.
    
    However, later on we will break this assumption, by adding intermediate
    (nested) stops in some lines.
    
    Therefore, each stop will need to contain reference to its own shifted
    column, via a wrapped-integer object.
    kitbellew committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    0d86351 View commit details
    Browse the repository at this point in the history