Skeleton for a yaml config.

This commit is contained in:
2023-08-11 09:51:33 +02:00
parent 052f3b71bf
commit 931783245c
8 changed files with 117 additions and 6 deletions

View File

@@ -5,6 +5,5 @@
"printWidth": 100,
"plugins": ["prettier-plugin-svelte"],
"pluginSearchDirs": ["."],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }],
"tabWidth": 4
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
}