summaryrefslogtreecommitdiffhomepage
path: root/.gitattributes
blob: c63c583436454fec08878890a208792afb94bdc0 (plain)
1
2
3
4
5
6
7
8
# 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