mirror of
https://github.com/BradNut/AdelieStack
synced 2025-09-08 17:40:20 +00:00
9 lines
236 B
Text
9 lines
236 B
Text
|
|
{
|
||
|
|
"useTabs": true,
|
||
|
|
"singleQuote": true,
|
||
|
|
"trailingComma": "none",
|
||
|
|
"printWidth": 100,
|
||
|
|
"plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"],
|
||
|
|
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
|
||
|
|
}
|