mirror of
https://github.com/open-webui/open-webui
synced 2024-11-06 08:56:39 +00:00
10 lines
233 B
Plaintext
10 lines
233 B
Plaintext
|
{
|
||
|
"useTabs": true,
|
||
|
"singleQuote": true,
|
||
|
"trailingComma": "none",
|
||
|
"printWidth": 100,
|
||
|
"plugins": ["prettier-plugin-svelte"],
|
||
|
"pluginSearchDirs": ["."],
|
||
|
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
|
||
|
}
|