Skip to content

Commit

Permalink
update vscode setting files
Browse files Browse the repository at this point in the history
  • Loading branch information
keisuke-yanagisawa committed Aug 16, 2024
1 parent 028ac8f commit 09114c1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@
"ms-python.python",
"ms-python.isort",
"mhutchie.git-graph",
"github.copilot",
"shd101wyy.markdown-preview-enhanced",
"usernamehw.errorlens",
]
}
15 changes: 8 additions & 7 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": "always",
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": "always",
},
},
"black-formatter.args": [
"--line-length=120"
],
"black-formatter.args": ["--line-length=120"],
"isort.args": ["--profile", "black"],
}

0 comments on commit 09114c1

Please sign in to comment.