Skip to content

Commit

Permalink
chore: editor.formatOnSave true 로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Leehaeun0 committed Aug 20, 2021
1 parent 8251244 commit 657189b
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
@@ -1,6 +1,6 @@
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": false,
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
}
Expand Down

0 comments on commit 657189b

Please sign in to comment.