diffuse-the-rest / .prettierrc
mishig's picture
mishig HF staff
Initial commit
64d1262
raw history blame
No virus
193 Bytes
{
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100,
"pluginSearchDirs": ["."],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
}