mirror of
https://github.com/ivabus/gui
synced 2025-04-23 22:17:18 +03:00
10 lines
281 B
Text
10 lines
281 B
Text
{
|
|
"tabWidth": 2,
|
|
"useTabs": true,
|
|
"singleQuote": false,
|
|
"trailingComma": "none",
|
|
"printWidth": 100,
|
|
"plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"],
|
|
"pluginSearchDirs": ["."],
|
|
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
|
|
}
|