mirror of
https://github.com/adobe/brackets.git
synced 2024-11-20 18:02:54 +01:00
22 lines
487 B
JSON
22 lines
487 B
JSON
{
|
|
"jslint.options": {
|
|
"vars": true,
|
|
"plusplus": true,
|
|
"devel": true,
|
|
"nomen": true,
|
|
"maxerr": 50
|
|
},
|
|
"defaultExtension": "js",
|
|
"path": {
|
|
"src/thirdparty/CodeMirror2/**/*.js": {
|
|
"spaceUnits": 2,
|
|
"linting.enabled": false
|
|
},
|
|
"src/thirdparty/globmatch.js": {
|
|
"spaceUnits": 2,
|
|
"linting.enabled": false
|
|
}
|
|
},
|
|
"spaceUnits": 4,
|
|
"useTabChar": false
|
|
} |