From aeb85de82af5af9de140f7fa9afcf338f20f46bd Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Sun, 27 Oct 2019 17:37:07 +0000 Subject: [PATCH] Ensure line-endings aren't messed up --- .devcontainer/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 0160cc7..0d98c1c 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -8,5 +8,6 @@ "ms-vscode.vscode-typescript-tslint-plugin", "msjsdiag.debugger-for-chrome", "neilbrayfield.php-docblocker" - ] + ], + "postCreateCommand": "echo '* text=auto eol=lf' > $(git rev-parse --git-dir)/info/attributes" } \ No newline at end of file