diff --git a/js/ui/cordova/plugins/cordova-plugin-http/zedconfig.json b/js/ui/cordova/plugins/cordova-plugin-http/zedconfig.json new file mode 100644 index 0000000..e6a16fa --- /dev/null +++ b/js/ui/cordova/plugins/cordova-plugin-http/zedconfig.json @@ -0,0 +1,33 @@ +{ + "preferences": { + "tabSize": 2, + "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 + } + } + } + } + } + } +} \ No newline at end of file