fix: change tabs to space
This commit is contained in:
parent
b9eceb7196
commit
a6595d02c8
@ -2,7 +2,7 @@
|
|||||||
export default {
|
export default {
|
||||||
trailingComma: 'none',
|
trailingComma: 'none',
|
||||||
tabWidth: 2,
|
tabWidth: 2,
|
||||||
useTabs: true,
|
useTabs: false,
|
||||||
semi: false,
|
semi: false,
|
||||||
singleQuote: true,
|
singleQuote: true,
|
||||||
jsxSingleQuote: true,
|
jsxSingleQuote: true,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user