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 'helix-loader::merge_toml_values' to use a 'merge-depth' instead of 'merge_toplevel_arrays' #3080

Merged

Commits on Jul 22, 2022

  1. Refactor 'helix-loader::merge_toml_values' to use a 'merge-depth' ins…

    …tead of 'merge_toplevel_arrays'
    
    - This ensures that other values than just the arrays are overridden, like nested objects, where it makes sense
    - merge_depth is set to 3 so that top-level language features are merged (like 'scope'), but everything deeper is overridden with the user-config
    Philipp-M committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    3828db2 View commit details
    Browse the repository at this point in the history