forked from Orchid/orchid
28 lines
534 B
Plaintext
28 lines
534 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "."
|
|
}
|
|
],
|
|
"settings": {
|
|
"[markdown]": {
|
|
"editor.unicodeHighlight.ambiguousCharacters": false,
|
|
"editor.unicodeHighlight.invisibleCharacters": false,
|
|
"diffEditor.ignoreTrimWhitespace": false,
|
|
"editor.wordWrap": "bounded",
|
|
"editor.wordWrapColumn": 100,
|
|
"editor.quickSuggestions": {
|
|
"comments": "off",
|
|
"strings": "off",
|
|
"other": "off"
|
|
}
|
|
}
|
|
},
|
|
"extensions": {
|
|
"recommendations": [
|
|
"tomoki1207.pdf",
|
|
"james-yu.latex-workshop",
|
|
"bungcip.better-toml"
|
|
]
|
|
}
|
|
} |