mirror of
https://github.com/silkimen/cordova-plugin-advanced-http.git
synced 2026-04-24 00:00:03 +08:00
33 lines
922 B
JSON
33 lines
922 B
JSON
{
|
|
"preferences": {
|
|
"tabSize": 4,
|
|
"wordWrap": true,
|
|
"useSoftTabs": true,
|
|
"gotoExclude": []
|
|
},
|
|
"packages": [
|
|
"gh:wymsee/zed-tools/mobile"
|
|
],
|
|
"modes": {
|
|
"javascript": {
|
|
"commands": {
|
|
"Tools:Check": {
|
|
"options": {
|
|
"globals": {
|
|
"angular": true,
|
|
"$": true,
|
|
"device": true,
|
|
"persistence": true,
|
|
"moment": true,
|
|
"sos": true,
|
|
"LocalFileSystem": true,
|
|
"Hammer": true,
|
|
"AnimationFrame": true,
|
|
"Bloodhound": true
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |