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} */
export default {
trailingComma: 'none',
tabWidth: 4,
tabWidth: 2,
useTabs: true,
semi: false,
singleQuote: true,