mirror of
https://github.com/adobe/brackets.git
synced 2024-11-20 18:02:54 +01:00
31 lines
702 B
JSON
31 lines
702 B
JSON
{
|
|
"jslint.options": {
|
|
"vars": true,
|
|
"plusplus": true,
|
|
"devel": true,
|
|
"nomen": true,
|
|
"maxerr": 50,
|
|
"es5": true
|
|
},
|
|
"defaultExtension": "js",
|
|
"language": {
|
|
"javascript": {
|
|
"linting.prefer": ["JSLint", "JSHint"],
|
|
"linting.preferredOnly": true,
|
|
"linting.firstOnly": false
|
|
}
|
|
},
|
|
"path": {
|
|
"src/thirdparty/CodeMirror2/**/*.js": {
|
|
"spaceUnits": 2,
|
|
"linting.enabled": false
|
|
},
|
|
"src/thirdparty/globmatch.js": {
|
|
"spaceUnits": 2,
|
|
"linting.enabled": false
|
|
}
|
|
},
|
|
"spaceUnits": 4,
|
|
"useTabChar": false
|
|
}
|