Skip to content

Commit

Permalink
Use Tabs for indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
4yman-0 committed Dec 29, 2024
1 parent ad53b3b commit a27397f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions config/prettier.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
export default {
trailingComma: "es5",
tabWidth: 4,
semi: false,
singleQuote: true,
useTabs: false,
useTabs: true,
};
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"128": "menu/icons/128.png"
},
"background": {
"service_worker": "background.js",
"service_worker": "background.js"
},
"action": {
"default_popup": "menu/index.html",
Expand Down

0 comments on commit a27397f

Please sign in to comment.