CoolFace
Apppublic

Sapiensia/diffuse-the-rest

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