fix: change tab width
This commit is contained in:
parent
14b6706a81
commit
0d38f05c5f
@ -1,7 +1,7 @@
|
||||
/* @type {import("prettier").Config} */
|
||||
export default {
|
||||
trailingComma: 'none',
|
||||
tabWidth: 4,
|
||||
tabWidth: 2,
|
||||
useTabs: true,
|
||||
semi: false,
|
||||
singleQuote: true,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user