CoolFace
Apppublic

ychappyboy/open-webui

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
.prettierrc10 linesDownload Raw Back to root
1{2	"useTabs": true,3	"singleQuote": true,4	"trailingComma": "none",5	"printWidth": 100,6	"plugins": ["prettier-plugin-svelte"],7	"pluginSearchDirs": ["."],8	"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]9}10