Files
oki-podcast-reader/.prettierrc
T

10 lines
232 B
Plaintext
Raw Normal View History

2023-02-21 22:09:10 +00:00
{
"useTabs": true,
"singleQuote": true,
2023-02-22 16:41:18 +00:00
"trailingComma": "all",
2023-02-21 22:09:10 +00:00
"printWidth": 100,
"plugins": ["prettier-plugin-svelte"],
"pluginSearchDirs": ["."],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
}