diff options
| author | Eliise S <elseling@microsoft.com> | 2020-06-30 14:23:21 +0000 |
|---|---|---|
| committer | Eliise S <elseling@microsoft.com> | 2020-06-30 14:23:21 +0000 |
| commit | 2d2db034b070e9d01a1db67320767a36ad5d37ad (patch) | |
| tree | 6df22d9753691b1bc3d6e8c6d689cbf566b150cf /.devcontainer | |
| parent | 5ddafa19465fea0e72fdc328fb57e6d8b96b1cab (diff) | |
Move eol setting back
Diffstat (limited to '.devcontainer')
| -rw-r--r-- | .devcontainer/devcontainer.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index c4837f51..ffedbdbf 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -16,6 +16,7 @@ ], "postCreateCommand": "mkdir -p /root/.ssh && cp -r /root/.ssh-localhost/* /root/.ssh && chmod 700 /root/.ssh && chmod 600 /root/.ssh/*", "settings": { + "files.eol": "\n", "terminal.integrated.shell.linux": "/bin/bash", }, "extensions": [ |
