ad065a5ee1
* Update readme file * update links * tag -> label
8 lines
192 B
JSON
8 lines
192 B
JSON
{
|
|
// When enabled, will trim trailing whitespace when you save a file.
|
|
"files.trimTrailingWhitespace": true,
|
|
"[markdown]": {
|
|
"files.trimTrailingWhitespace": false
|
|
},
|
|
}
|