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