From 9b1a32f070dcc6788eee3de41216184dc25df230 Mon Sep 17 00:00:00 2001 From: sbosse Date: Mon, 21 Jul 2025 23:26:36 +0200 Subject: [PATCH] Mon 21 Jul 22:43:21 CEST 2025 --- .../cordova-plugin-http/zedconfig.json | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 js/ui/cordova/plugins/cordova-plugin-http/zedconfig.json 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