svelte-playground/.prettierrc
2021-08-01 21:33:31 +02:00

7 lines
89 B
Plaintext

{
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100
}