blob: 56adba2b5bbd9e808aeb40ba9ca5862edeb9b74d (
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/libwg/go.mod text eol=lf
wireguard/libwg/go.sum text eol=lf
|