Files
lbfalvy.com/www.lbfalvy.com.code-workspace
Bethlenfalvi, Lorinc (ext) 0c962c336b Initial commit
2025-01-28 00:28:14 +01:00

22 lines
446 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.quickSuggestions": {
"comments": "off",
"strings": "off",
"other": "off"
}
}
}
}