larsen/plice/.prettierrc

9 lines
212 B
Text
Raw Normal View History

2023-11-18 20:38:51 +00:00
{
2023-11-19 13:15:37 +00:00
"useTabs": false,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100,
"plugins": ["prettier-plugin-svelte"],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
2023-11-18 20:38:51 +00:00
}