Fix broken link in readme file (#974)

* Update readme file

* update links

* tag -> label
This commit is contained in:
Maxim Lobanov
2020-06-02 10:53:30 +03:00
committed by GitHub
parent 804922a1e2
commit ad065a5ee1
2 changed files with 7 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
{
// When enabled, will trim trailing whitespace when you save a file.
"files.trimTrailingWhitespace": true
"files.trimTrailingWhitespace": true,
"[markdown]": {
"files.trimTrailingWhitespace": false
},
}