summaryrefslogtreecommitdiffhomepage
path: root/.gitattributes
blob: d3f9d27b27a12c7e25eff69da8e5d1e885436129 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Set the default behavior
* text=auto

# 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/wireguard-go-windows/go.mod text eol=lf
wireguard/wireguard-go-windows/go.sum text eol=lf