Skip to content

Commit

Permalink
chore: set vs code format on save to true (#3068)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilch authored Dec 12, 2024
1 parent e4d1691 commit 12dd23b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "never"
},
"editor.formatOnSave": false,
"editor.formatOnSave": true,
"editor.rulers": [140],
"eslint.format.enable": true,
"eslint.lintTask.enable": true,
Expand Down

0 comments on commit 12dd23b

Please sign in to comment.