jfz-2023-s473555/.vscode/settings.json

16 lines
311 B
JSON
Raw Normal View History

2023-10-31 20:47:05 +01:00
{
"cSpell.words": [
"csvfile"
2023-11-01 23:19:14 +01:00
],
"[plaintext]": {
"editor.quickSuggestions": {
"other": false,
"comments": false,
"strings": false
},
"editor.insertSpaces": false
},
"cSpell.enableFiletypes": [
"!plaintext"
],
2023-10-31 20:47:05 +01:00
}