owlboard-svelte/.prettierrc

12 lines
273 B
Plaintext
Raw Normal View History

2023-06-12 19:02:49 +01:00
{
2023-07-07 11:27:28 +01:00
"useTabs": false,
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 80,
"plugins": ["prettier-plugin-svelte"],
"pluginSearchDirs": ["."],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
2023-06-12 19:02:49 +01:00
}