svelte-playground/.prettierrc

7 lines
89 B
Plaintext
Raw Permalink Normal View History

2021-08-01 21:33:31 +02:00
{
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100
}