-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
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,
}
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels