summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2025-10-23 11:50:16 +0200
committerLinus Färnstrand <linus@mullvad.net>2025-10-23 11:50:16 +0200
commit1978afb827799c0c822a0ca23c6d4d0cb4381f1e (patch)
treea98c1053c6c1d76ca9a158db8b6d12e1f2cbd24a
parentda25943420294fc994908e6d943f158f6381347b (diff)
parent9a1a17783f83555f68ab3860ed7d93724d56ca83 (diff)
downloadmullvadvpn-1978afb827799c0c822a0ca23c6d4d0cb4381f1e.tar.xz
mullvadvpn-1978afb827799c0c822a0ca23c6d4d0cb4381f1e.zip
Merge branch 'set-lf-newlines-gitattributes'
-rw-r--r--.gitattributes5
1 files changed, 1 insertions, 4 deletions
diff --git a/.gitattributes b/.gitattributes
index 56adba2b5b..033684d17b 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,11 +1,8 @@
# Set the default behavior
-* text=auto
+* text=auto eol=lf
# Do not break script files on Windows, Bash expects LF
*.sh text eol=lf
# Use LF for Rust because rustfmt works best like that
*.rs text eol=lf
-
-wireguard/libwg/go.mod text eol=lf
-wireguard/libwg/go.sum text eol=lf