Skip to content

Commit

Permalink
format on save
Browse files Browse the repository at this point in the history
  • Loading branch information
luludotdev committed Jan 22, 2024
1 parent ec7d5e8 commit 198e5e1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"[markdown]": {
"files.trimTrailingWhitespace": false,
"editor.renderFinalNewline": "off",
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
},
"[mdx]": {
"files.trimTrailingWhitespace": false,
"editor.renderFinalNewline": "off",
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
},
}

0 comments on commit 198e5e1

Please sign in to comment.