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