diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2025-10-23 11:50:16 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2025-10-23 11:50:16 +0200 |
| commit | 1978afb827799c0c822a0ca23c6d4d0cb4381f1e (patch) | |
| tree | a98c1053c6c1d76ca9a158db8b6d12e1f2cbd24a | |
| parent | da25943420294fc994908e6d943f158f6381347b (diff) | |
| parent | 9a1a17783f83555f68ab3860ed7d93724d56ca83 (diff) | |
| download | mullvadvpn-1978afb827799c0c822a0ca23c6d4d0cb4381f1e.tar.xz mullvadvpn-1978afb827799c0c822a0ca23c6d4d0cb4381f1e.zip | |
Merge branch 'set-lf-newlines-gitattributes'
| -rw-r--r-- | .gitattributes | 5 |
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 |
