I'm trying to configure sublime linter to allow 2 spaces instead of 4 for tabs..This is my settings in SublimeLinter - Open User Settings...
"linters": {
"jshint": {
"@disable": false,
"args": [],
"excludes": []
}
}
I want to add indent: 2 (i think). So i tried
"linters": {
"jshint": {
"@disable": false,
"args": [ {indent: 4],
"excludes": []
}
}
But i am not sure how to insert these options because i get the error trying to parse settings: Expected value in Packages/User/SublimeLinter.sublime-settings:20:28