Skip to content

Commit

Permalink
Fix: vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
s1-haya committed Sep 29, 2024
1 parent d968d0f commit adf0642
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@
},
"isort.args":["--profile", "black"],
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
},
"files.associations": {
"iostream": "cpp"
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
}
}

0 comments on commit adf0642

Please sign in to comment.