mirror of
https://github.com/adobe/brackets.git
synced 2024-11-20 09:53:00 +01:00
48 lines
1015 B
JSON
48 lines
1015 B
JSON
{
|
|
"jslint.options": {
|
|
"vars": true,
|
|
"plusplus": true,
|
|
"browser": false,
|
|
"devel": true,
|
|
"nomen": true,
|
|
"indent": 4,
|
|
"maxerr": 50,
|
|
"es5": true,
|
|
"predef": [
|
|
"brackets",
|
|
|
|
"require",
|
|
"define",
|
|
"$",
|
|
|
|
"window",
|
|
"setTimeout",
|
|
"clearTimeout",
|
|
|
|
"ArrayBuffer",
|
|
"XMLHttpRequest",
|
|
"Uint32Array",
|
|
"WebSocket"
|
|
]
|
|
},
|
|
"defaultExtension": "js",
|
|
"language": {
|
|
"javascript": {
|
|
"linting.prefer": ["ESLint", "JSLint"],
|
|
"linting.usePreferredOnly": true
|
|
}
|
|
},
|
|
"path": {
|
|
"src/thirdparty/CodeMirror/**/*.js": {
|
|
"spaceUnits": 2,
|
|
"linting.enabled": false
|
|
},
|
|
"src/thirdparty/globmatch.js": {
|
|
"spaceUnits": 2,
|
|
"linting.enabled": false
|
|
}
|
|
},
|
|
"spaceUnits": 4,
|
|
"useTabChar": false
|
|
}
|