TODOS: * actually apply styles to PDF * better error handling on client side
30 lines
581 B
JSON
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"
|
|
}
|
|
}
|