Skip to content

Commit

Permalink
feat: enabled line numbers and format on save in notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
phitoduck committed May 16, 2024
1 parent 90458e0 commit d169761
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions {{cookiecutter.repo_name}}/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
"pylint.args": [
"--rcfile=${workspaceFolder}/pyproject.toml"
],
// notebook settings
"notebook.formatOnSave.enabled": true,
"notebook.lineNumbers": "on",
// .py settings
"[python]": {
"editor.codeActionsOnSave": {
"source.organizeImports": true
Expand Down

0 comments on commit d169761

Please sign in to comment.