vscode-docs/.vscode/settings.json

13 строки
344 B
JSON
Исходник Обычный вид История

2019-03-11 23:57:10 +03:00
// 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"
},
"markdown.validate.enabled": true,
"markdown.validate.ignoredLinks": [
"/Download"
]
2019-03-11 23:57:10 +03:00
}