1
0
mirror of https://github.com/bytedream/stream-bypass.git synced 2025-07-15 02:36:22 +02:00
Files
stream-bypass/.prettierrc
2023-11-11 21:31:20 +01:00

9 lines
205 B
Plaintext

{
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100,
"plugins": ["prettier-plugin-svelte"],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
}