This commit is contained in:
RezHackXYZ 2025-05-28 10:04:57 +05:30
parent de348ab39e
commit ec40313983
No known key found for this signature in database
18 changed files with 3370 additions and 153 deletions

View file

@ -1,7 +1,7 @@
{
"useTabs": true,
"singleQuote": false,
"trailingComma": "all",
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100,
"plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"],
"overrides": [
@ -11,7 +11,5 @@
"parser": "svelte"
}
}
],
"tabWidth": 4,
"svelteAllowShorthand": true
]
}