diffuse-the-rest / .prettierrc
Johan09033's picture
Duplicate from huggingface-projects/diffuse-the-rest
b66502a
{
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100,
"pluginSearchDirs": ["."],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
}