open-webui / .prettierrc
github-actions[bot]
GitHub deploy: 29b8ae8ddff437e576c9d43d76da6617ac5129a4
5b6a2b9
raw history blame
No virus
233 Bytes
{
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100,
"plugins": ["prettier-plugin-svelte"],
"pluginSearchDirs": ["."],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
}