vscode-docs/.vscode/settings.json

9 строки
238 B
JSON

// Place your settings in this file to overwrite default and user settings.
{
"editor.wordWrap": "on",
"files.eol": "\n",
"files.trimTrailingWhitespace": true,
"files.associations": {
"**/toc.json": "jsonc"
}
}