1
0
resumarkdown/.vscode/settings.json
Nicola Clark a90b3c888e
we have a rendered PDF!
TODOS:

* actually apply styles to PDF
* better error handling on client side
2024-11-23 23:49:24 -06:00

30 lines
581 B
JSON

{
"cSpell.words": [
"devcontainers",
"doctypes",
"esbenp",
"iconify",
"pandoc",
"pdoc",
"rehype",
"resumarkdown",
"résumé",
"spacebar",
"tablist",
"testid",
"texlive",
"textbox"
],
"editor.formatOnSave": true,
"editor.insertSpaces": true,
"editor.tabSize": 2,
"files.insertFinalNewline": true,
"svelte.enable-ts-plugin": true,
"[javascript][json][jsonc][typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[svelte]": {
"editor.defaultFormatter": "svelte.svelte-vscode"
}
}