Skip to content

Commit 0e2980a

Browse files
committed
Use Tabs for indentation
1 parent ad53b3b commit 0e2980a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
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
};

0 commit comments

Comments
 (0)