Skip to content

Commit

Permalink
chore: add default vscode python settings (#25)
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Roesler <roesler.lucas@gmail.com>
  • Loading branch information
LucasRoesler committed Jun 19, 2023
1 parent 99607ba commit 1e7ecc5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,10 @@
"datahub",
"Hana",
"sqlalchemy"
]
],
"[python]": {
"editor.tabSize": 4,
"editor.insertSpaces": true,
"editor.formatOnSave": true
}
}

0 comments on commit 1e7ecc5

Please sign in to comment.