1
0
mirror of https://github.com/adobe/brackets.git synced 2024-11-20 01:42:55 +01:00
brackets/.brackets.json

23 lines
574 B
JSON
Raw Normal View History

2013-10-08 17:48:32 +02:00
{
"jslint.options": {
2013-10-08 17:48:32 +02:00
"vars": true,
"plusplus": true,
"devel": true,
"nomen": true,
"maxerr": 50
},
2013-12-09 20:02:32 +01:00
"defaultExtension": "js",
"path": {
"src/thirdparty/CodeMirror2/**/*.js": {
"spaceUnits": 2,
"linting.enabled": false
},
"src/thirdparty/globmatch.js": {
"spaceUnits": 2,
"linting.enabled": false,
"brackets-git.defaultRemotes./Users/dangoor/projects/brackets/": "origin"
2013-12-09 20:02:32 +01:00
}
},
"spaceUnits": 4,
"useTabChar": false
2013-10-08 17:48:32 +02:00
}