Skip to content

Commit

Permalink
Configure Python formatters
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrarimarco committed Jul 19, 2023
1 parent f01ef6d commit 11e20b4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .config/Code/User/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
"git.allowNoVerifyCommit": true,
"html.format.indentInnerHtml": true,
"html.format.indentHandlebars": true,
"isort.args": [
"--profile",
"black"
],
"java.configuration.updateBuildConfiguration": "automatic",
"markdown.validate.enabled": true,
"python.formatting.provider": "black",
Expand Down Expand Up @@ -76,6 +80,12 @@
"editor.suggest.insertMode": "replace",
"editor.tabSize": 2
},
"[python]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true
},
},
"[scss]": {
"editor.detectIndentation": false,
"editor.suggest.insertMode": "replace",
Expand Down

0 comments on commit 11e20b4

Please sign in to comment.