fixed mixed indentation

This commit is contained in:
forana
2019-09-10 16:24:32 -05:00
parent acd1bc25fb
commit 85f96106eb

View File

@@ -9,8 +9,8 @@
// Dockerfile with your user's UID/GID if not 1000. // Dockerfile with your user's UID/GID if not 1000.
"runArgs": [ "-u", "node" ], "runArgs": [ "-u", "node" ],
// Use 'settings' to set *default* container specific settings.json values on container create. // Use 'settings' to set *default* container specific settings.json values on container create.
// You can edit these settings after create using File > Preferences > Settings > Remote. // You can edit these settings after create using File > Preferences > Settings > Remote.
"settings": { "settings": {
"terminal.integrated.shell.linux": "/bin/bash" "terminal.integrated.shell.linux": "/bin/bash"
}, },