Skip to content

Commit

Permalink
Fix tabs to spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
pamelafox committed Jun 16, 2023
1 parent b5f0a0e commit 07dc6de
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"customizations": {
"vscode": {
"extensions": [
"ms-azuretools.azure-dev",
"ms-azuretools.vscode-bicep",
"ms-python.python",
"GitHub.vscode-github-actions"
]
"ms-azuretools.azure-dev",
"ms-azuretools.vscode-bicep",
"ms-python.python",
"GitHub.vscode-github-actions"
]
}
},
"postCreateCommand": "python3 -m pip install -r requirements-dev.txt",
Expand Down

0 comments on commit 07dc6de

Please sign in to comment.