openstellaris/.prettierrc

10 lines
228 B
Plaintext
Raw Normal View History

2023-12-08 12:26:08 +00:00
{
"useTabs": false,
"singleQuote": false,
"trailingComma": "all",
"tabWidth": 2,
"printWidth": 80,
"plugins": ["prettier-plugin-svelte"],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
}