Skip to content

Commit 4ee160f

Browse files
committed
🔨 Change git configuration
1 parent c5f2c87 commit 4ee160f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.devcontainer/install.sh

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
sudo chgrp vscode /workspaces/app/.venv
44
sudo chown vscode /workspaces/app/.venv
55

6-
git config --global --add safe.directory /workspaces/app/
7-
git config --global core.autocrlf true
6+
git config --global --add safe.directory /workspaces/app
7+
git config --global core.eol lf
8+
git config --global core.autocrlf false
89

910
python3 -m venv /workspaces/app/.venv
1011
PATH="/workspaces/app/.venv/bin:$PATH"

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text=auto eol=lf

0 commit comments

Comments
 (0)