From 0883b636628c2d41cb716f4b324e552e5b91bf2a Mon Sep 17 00:00:00 2001 From: Josh Creek Date: Thu, 28 Apr 2022 23:26:12 +0100 Subject: [PATCH] fix(*): Add additional clarification about line endings --- docs/web-dev/dev-environment-container-vscode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/web-dev/dev-environment-container-vscode.md b/docs/web-dev/dev-environment-container-vscode.md index 39a8112..0086f8d 100644 --- a/docs/web-dev/dev-environment-container-vscode.md +++ b/docs/web-dev/dev-environment-container-vscode.md @@ -24,7 +24,7 @@ Yes, that's all they need. They don't even need to install any extensions - the ## How to set up the project -You will need to ensure that you've created a `.gitattributes` file in the root folder if you don't have one already, and specified `* text=auto eol=lf` to default all the line endings to LF, if you're on Windows and find that swapping between the host and the container changes the line endings in all your files. +You will need to ensure that you've created a `.gitattributes` file in the root folder if you don't have one already, and specified `* text=auto eol=lf` to default all the line endings to LF, if you're on Windows and find that swapping between the host and the container changes the line endings in all your files. Alternatively, if you're already using Windows line endings, use `crlf` instead of `lf`. In the root of the repo create a folder called `.devcontainer`. Within this you need to create three files: