Minify
Minify copied to clipboard
add: nested settings
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,
}
}