Skip to content

add: nested settings #89

@kendfss

Description

@kendfss

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,
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions