# Enforce LF line endings on every platform.
# Without this, Windows + git autocrlf (default) checks files out with
# CRLF, which conflicts with Prettier's `endOfLine: "lf"` and breaks
# format:check on Windows working trees.
* text=auto eol=lf

# Generated route tree (gitignored anyway, but if it ever sneaks in)
src/routeTree.gen.ts text eol=lf

# Lock files: keep LF
pnpm-lock.yaml text eol=lf

# Binary blobs
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.svg text eol=lf
