mirror of
https://github.com/actions/runner-images.git
synced 2025-12-25 02:47:41 +08:00
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
|
|
},
|
|
}
|