We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5f2c87 commit 4ee160fCopy full SHA for 4ee160f
.devcontainer/install.sh
@@ -3,8 +3,9 @@
3
sudo chgrp vscode /workspaces/app/.venv
4
sudo chown vscode /workspaces/app/.venv
5
6
-git config --global --add safe.directory /workspaces/app/
7
-git config --global core.autocrlf true
+git config --global --add safe.directory /workspaces/app
+git config --global core.eol lf
8
+git config --global core.autocrlf false
9
10
python3 -m venv /workspaces/app/.venv
11
PATH="/workspaces/app/.venv/bin:$PATH"
.gitattributes
@@ -0,0 +1 @@
1
+* text=auto eol=lf
0 commit comments