mirror of
https://github.com/liyunze-coding/RythonDev.git
synced 2026-09-22 15:53:57 +00:00
9 lines
172 B
Text
9 lines
172 B
Text
{
|
|
"plugins": [
|
|
"prettier-plugin-svelte",
|
|
"prettier-plugin-astro",
|
|
"prettier-plugin-tailwindcss"
|
|
],
|
|
"tabWidth": 4,
|
|
"useTabs": true
|
|
}
|