Skip to content

Commit

Permalink
disable formatOnSave by Python-formatting extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
TheVinhLuong102 committed Dec 13, 2023
1 parent 0f8c93b commit 447b291
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
"**/.ropeproject": true
},

"[python]": {
"editor.formatOnSave": false
},

"python.analysis.diagnosticSeverityOverrides": {
}
}

0 comments on commit 447b291

Please sign in to comment.