fix: change tab width

This commit is contained in:
Sergey Krylov 2026-01-16 06:16:15 +03:00
parent 14b6706a81
commit 0d38f05c5f

View File

@ -1,7 +1,7 @@
/* @type {import("prettier").Config} */ /* @type {import("prettier").Config} */
export default { export default {
trailingComma: 'none', trailingComma: 'none',
tabWidth: 4, tabWidth: 2,
useTabs: true, useTabs: true,
semi: false, semi: false,
singleQuote: true, singleQuote: true,