Skip to content

Commit a27397f

Browse files
committed
Use Tabs for indentation
1 parent ad53b3b commit a27397f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

config/prettier.config.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
export default {
22
trailingComma: "es5",
3-
tabWidth: 4,
43
semi: false,
54
singleQuote: true,
6-
useTabs: false,
5+
useTabs: true,
76
};

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"128": "menu/icons/128.png"
1313
},
1414
"background": {
15-
"service_worker": "background.js",
15+
"service_worker": "background.js"
1616
},
1717
"action": {
1818
"default_popup": "menu/index.html",

0 commit comments

Comments
 (0)