Skip to content

Commit

Permalink
build: fix inconsistent spacing
Browse files Browse the repository at this point in the history
Signed-off-by: Tierney Cyren <hello@bnb.im>
  • Loading branch information
bnb committed Nov 16, 2021
1 parent c143e96 commit 9c0b7e3
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 @@ -10,11 +10,11 @@
"dockerFile": "Dockerfile",
"initializeCommand": "docker system prune -f -a",
"settings": {
"terminal.integrated.profiles.linux": {
"zsh (login)": {
"path": "zsh",
"args": ["-l"]
}
"terminal.integrated.profiles.linux": {
"zsh (login)": {
"path": "zsh",
"args": ["-l"]
}
}
}
}

0 comments on commit 9c0b7e3

Please sign in to comment.