Minify icon indicating copy to clipboard operation
Minify copied to clipboard

add: nested settings

Open kendfss opened this issue 4 years ago • 0 comments

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

kendfss avatar Nov 18 '21 01:11 kendfss