Skip to content

Commit

Permalink
Merge pull request #67 from aitomatic/vscode
Browse files Browse the repository at this point in the history
disable formatOnSave by Python-formatting extensions
  • Loading branch information
TheVinhLuong102 authored Dec 13, 2023
2 parents 0f8c93b + 447b291 commit e950ef9
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 e950ef9

Please sign in to comment.