1
0
mirror of https://github.com/adobe/brackets.git synced 2024-11-20 18:02:54 +01:00
brackets/.brackets.json
2014-04-04 08:44:43 -04:00

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
}