svelte-library/.prettierrc

7 lines
89 B
Text
Raw Permalink Normal View History

2021-07-26 19:25:22 +00:00
{
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100
}