svelte-website/.prettierrc

7 lines
89 B
Plaintext
Raw Permalink Normal View History

2022-07-04 17:24:21 +02:00
{
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100
}