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

add: nested settings #89

Open
kendfss opened this issue Nov 18, 2021 · 0 comments
Open

add: nested settings #89

kendfss opened this issue Nov 18, 2021 · 0 comments

Comments

@kendfss
Copy link

kendfss commented Nov 18, 2021

In the json object used for settings, we could add each language's settings to an independent object.

This could allow us to make special, language dependent, cases for behaviour.
For instance we could have:

{
    "indent_size": 4,
    "js": {
        "indent_size": 2,
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant