mirror of
https://git.freecumextremist.com/grumbulon/pomme.git
synced 2024-11-01 03:30:34 +00:00
9 lines
233 B
Text
9 lines
233 B
Text
{
|
|
"useTabs": true,
|
|
"singleQuote": true,
|
|
"trailingComma": "none",
|
|
"printWidth": 100,
|
|
"plugins": ["prettier-plugin-svelte"],
|
|
"pluginSearchDirs": ["."],
|
|
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
|
|
}
|