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

refactor(config): Consistently use kebab-case #13748

Merged
merged 1 commit into from
Apr 13, 2024
Merged

Commits on Apr 12, 2024

  1. refactor(config): Consistently use kebab-case

    This shouldn't change the behavior but makes it safer if
    - We add new fields where it will matter
    - Copy/paste these for new structs
    
    I did not change things related to the Index because we are already
    stuck with that case (whether we want it or not)
    epage committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    bb46cce View commit details
    Browse the repository at this point in the history