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

FormatOps vertical multiline: improve relay policy #3468

Merged
merged 1 commit into from
Feb 17, 2023

Commits on Feb 17, 2023

  1. FormatOps vertical multiline: improve relay policy

    Ensure that `allOwners` not only exclude the current paren owner but all
    the previous ones, too, making sure they are correctly sorted by their
    position.
    
    Then reverse their order for Policy.Relay, thus ensuring that the left,
    or `before`, part of every relay is a simple policy, with the complex
    Relay in the `after` position.
    kitbellew committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    1e6d6e8 View commit details
    Browse the repository at this point in the history