Skip to content

Commit

Permalink
Amend .vscode settings to respect markdown whitespace (project-wide)
Browse files Browse the repository at this point in the history
This is setting is inherited throughout the whole project, so this
also fixes whitespace editing for the docs.
  • Loading branch information
Philzen committed Jul 10, 2022
1 parent 480414d commit f34d93c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
"**/__fixtures__": true,
".yarn-packages-cache": true
},
"[markdown]": {
"files.trimTrailingWhitespace": false
},
"typescript.tsdk": "node_modules/typescript/lib",
"peacock.color": "#b85833"
}

0 comments on commit f34d93c

Please sign in to comment.