isitglue/.prettierrc

9 lines
212 B
Text
Raw Permalink Normal View History

2023-12-07 23:19:44 +00:00
{
2023-12-08 01:27:42 +00:00
"useTabs": false,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100,
"plugins": ["prettier-plugin-svelte"],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
2023-12-07 23:19:44 +00:00
}