Skip to content

Commit

Permalink
Merge pull request #890 from plone/add-vscode-settings
Browse files Browse the repository at this point in the history
Add VSCode settings to avoid rewriting of .md files
  • Loading branch information
stevepiercy authored Nov 30, 2024
2 parents e335e8f + e1448c8 commit b1a50eb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"[markdown]": {
"editor.formatOnSave": false
}
}

0 comments on commit b1a50eb

Please sign in to comment.