Skip to content

Commit

Permalink
add black formatter to dev Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gsfk committed Mar 27, 2024
1 parent 7708a03 commit 9278cd2
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,14 @@ LABEL devcontainer.metadata='[{ \
"remoteUser": "bento_user", \
"customizations": { \
"vscode": { \
"extensions": ["ms-python.python", "eamodio.gitlens"], \
"settings": {"workspaceFolder": "/beacon"} \
"extensions": ["ms-python.python", "eamodio.gitlens", "ms-python.black-formatter"], \
"settings": { \
"workspaceFolder": "/beacon", \
"[python]": { \
"editor.defaultFormatter": "ms-python.black-formatter", \
"black-formatter.args": ["--line-length", "120"] \
} \
} \
} \
} \
}]'
Expand Down

0 comments on commit 9278cd2

Please sign in to comment.