Files
lbfalvy.com/www.lbfalvy.com.code-workspace

29 lines
576 B
Plaintext

{
"folders": [
{
"path": "."
}
],
"settings": {
"[markdown][mdx]": {
"editor.unicodeHighlight.ambiguousCharacters": false,
"editor.unicodeHighlight.invisibleCharacters": false,
"diffEditor.ignoreTrimWhitespace": false,
"editor.wordWrap": "bounded",
"editor.wordWrapColumn": 80,
"editor.lineNumbers": "off",
"editor.rulers": [],
"editor.quickSuggestions": {
"comments": "off",
"strings": "off",
"other": "off"
}
}
},
"extensions": {
"recommendations": [
"bradlc.vscode-tailwindcss",
"svelte.svelte-vscode"
]
}
}