bw-hspc-contest-env/web/.prettierrc

10 lines
221 B
Plaintext
Raw Normal View History

2023-04-26 12:20:01 -04:00
{
2023-04-26 22:40:53 -04:00
"tabWidth": 2,
2023-04-26 12:20:01 -04:00
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100,
"plugins": ["prettier-plugin-svelte"],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
}