2013-10-08 19:48:32 +04:00
|
|
|
{
|
2013-12-10 00:14:55 +04:00
|
|
|
"jslint.options": {
|
2013-10-08 19:48:32 +04:00
|
|
|
"vars": true,
|
|
|
|
"plusplus": true,
|
|
|
|
"devel": true,
|
|
|
|
"nomen": true,
|
2014-09-20 06:17:55 +04:00
|
|
|
"maxerr": 50,
|
|
|
|
"es5": true
|
2013-10-09 08:00:50 +04:00
|
|
|
},
|
2013-12-09 23:02:32 +04:00
|
|
|
"defaultExtension": "js",
|
2014-09-26 22:32:34 +04:00
|
|
|
"language": {
|
|
|
|
"javascript": {
|
2014-12-04 05:49:04 +03:00
|
|
|
"linting.prefer": ["JSLint", "JSHint"],
|
2014-12-09 18:56:14 +03:00
|
|
|
"linting.usePreferredOnly": true
|
2014-09-26 22:32:34 +04:00
|
|
|
}
|
|
|
|
},
|
2013-12-09 23:02:32 +04:00
|
|
|
"path": {
|
|
|
|
"src/thirdparty/CodeMirror2/**/*.js": {
|
2013-12-10 00:12:46 +04:00
|
|
|
"spaceUnits": 2,
|
|
|
|
"linting.enabled": false
|
2014-04-03 20:51:51 +04:00
|
|
|
},
|
|
|
|
"src/thirdparty/globmatch.js": {
|
|
|
|
"spaceUnits": 2,
|
2014-04-04 16:44:43 +04:00
|
|
|
"linting.enabled": false
|
2013-12-09 23:02:32 +04:00
|
|
|
}
|
|
|
|
},
|
2014-01-21 18:52:20 +04:00
|
|
|
"spaceUnits": 4,
|
|
|
|
"useTabChar": false
|
2014-09-26 22:32:34 +04:00
|
|
|
}
|