blob: 033684d17bb050b0f234e903159154dbaab9cacf (
plain)
1
2
3
4
5
6
7
8
|
# Set the default behavior
* 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
|