From a27397f683cbf4b2364759456309a2e807b63a0f Mon Sep 17 00:00:00 2001 From: 4yman <170770027+4yman-0@users.noreply.github.com> Date: Sun, 22 Dec 2024 09:22:41 +0100 Subject: [PATCH] Use Tabs for indentation --- config/prettier.config.js | 3 +-- manifest.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/config/prettier.config.js b/config/prettier.config.js index f3c09347a..c4b4ae640 100644 --- a/config/prettier.config.js +++ b/config/prettier.config.js @@ -1,7 +1,6 @@ export default { trailingComma: "es5", - tabWidth: 4, semi: false, singleQuote: true, - useTabs: false, + useTabs: true, }; diff --git a/manifest.json b/manifest.json index 54767f6bf..5e4a1cc86 100644 --- a/manifest.json +++ b/manifest.json @@ -12,7 +12,7 @@ "128": "menu/icons/128.png" }, "background": { - "service_worker": "background.js", + "service_worker": "background.js" }, "action": { "default_popup": "menu/index.html",