diff --git a/.vscode/settings.json b/.vscode/settings.json index 8e059f8..b9ec3b6 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,16 @@ { "cSpell.words": [ "csvfile" - ] + ], + "[plaintext]": { + "editor.quickSuggestions": { + "other": false, + "comments": false, + "strings": false + }, + "editor.insertSpaces": false + }, + "cSpell.enableFiletypes": [ + "!plaintext" + ], } \ No newline at end of file