Skip to content

Commit

Permalink
chore: edit vscode settings (#150)
Browse files Browse the repository at this point in the history
# Description

Trim trailing whitespace setting added to vscode settings configuration.
We have linters that check for trailing whitespace, it's a better
experience to add the automation of this task within vscode.
  • Loading branch information
itsacoyote authored Jul 3, 2024
1 parent dff3eb4 commit ee75e22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"files.trimTrailingWhitespace": true,
"editor.formatOnType": false,
"editor.formatOnPaste": false,
"editor.formatOnSave": true,
Expand Down

0 comments on commit ee75e22

Please sign in to comment.