brackets/.brackets.json

30 строки
665 B
JSON
Исходник Обычный вид История

2013-10-08 19:48:32 +04:00
{
"jslint.options": {
2013-10-08 19:48:32 +04:00
"vars": true,
"plusplus": true,
"devel": true,
"nomen": true,
"maxerr": 50,
"es5": true
},
2013-12-09 23:02:32 +04:00
"defaultExtension": "js",
"language": {
"javascript": {
2014-12-04 05:49:04 +03:00
"linting.prefer": ["JSLint", "JSHint"],
"linting.usePreferredOnly": true
}
},
2013-12-09 23:02:32 +04:00
"path": {
"src/thirdparty/CodeMirror2/**/*.js": {
"spaceUnits": 2,
"linting.enabled": false
},
"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
}
},
"spaceUnits": 4,
"useTabChar": false
}