# Normalize line endings to LF in the repository (consistent across platforms).
* text=auto eol=lf

*.fs    text eol=lf
*.fsi   text eol=lf
*.fsx   text eol=lf
*.fsproj text eol=lf
*.props text eol=lf
*.targets text eol=lf
*.slnx  text eol=lf
*.json  text eol=lf
*.md    text eol=lf

# Binary assets
*.png   binary
*.jpg   binary
*.ico   binary
