2024-10-10 21:02:54 -05:00
|
|
|
{
|
2024-10-17 11:49:22 -05:00
|
|
|
"cSpell.words": [
|
2024-10-17 18:44:12 +00:00
|
|
|
"devcontainers",
|
2024-10-17 11:49:22 -05:00
|
|
|
"doctypes",
|
2024-10-17 18:44:12 +00:00
|
|
|
"esbenp",
|
2024-10-30 22:19:38 -05:00
|
|
|
"iconify",
|
2024-11-23 23:49:24 -06:00
|
|
|
"pandoc",
|
|
|
|
"pdoc",
|
2024-10-17 11:49:22 -05:00
|
|
|
"rehype",
|
|
|
|
"resumarkdown",
|
|
|
|
"résumé",
|
|
|
|
"spacebar",
|
|
|
|
"tablist",
|
|
|
|
"testid",
|
2024-11-23 23:49:24 -06:00
|
|
|
"texlive",
|
2024-10-17 11:49:22 -05:00
|
|
|
"textbox"
|
2024-10-17 18:44:12 +00:00
|
|
|
],
|
|
|
|
"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"
|
|
|
|
}
|
2024-10-10 21:02:54 -05:00
|
|
|
}
|