chore(prettier.config.js): use spaces instead of tabs for indentation

This commit is contained in:
plebeius.eth
2023-09-23 10:16:23 +02:00
parent 498a174312
commit 1f10a0a262
+1 -1
View File
@@ -7,5 +7,5 @@ module.exports = {
trailingComma: 'all',
jsxSingleQuote: true,
arrowParens: 'always',
useTabs: true,
useTabs: false,
}