prettier 4 tabwidth

This commit is contained in:
mrfry 2022-12-10 15:34:54 +01:00
parent 00ec614f1d
commit 96b413a365
42 changed files with 7034 additions and 6905 deletions

View file

@ -1,6 +1,6 @@
module.exports = {
trailingComma: 'es5',
tabWidth: 2,
tabWidth: 4,
semi: false,
singleQuote: true,
arrowParens: 'always',