# SPDX-License-Identifier: MPL-2.0 AND LicenseRef-Palimpsest-0.8

# Auto detect text files and perform LF normalization
* text=auto

# Scheme files
*.scm text eol=lf linguist-language=Scheme

# Documentation
*.adoc text eol=lf linguist-documentation
*.md text eol=lf linguist-documentation

# Config files
*.yml text eol=lf
*.yaml text eol=lf
*.json text eol=lf
*.nix text eol=lf

# Shell scripts
*.sh text eol=lf

# Justfile
justfile text eol=lf

# Dockerfile
Dockerfile text eol=lf
Containerfile text eol=lf

# Binary files
*.png binary
*.jpg binary
*.gif binary
*.svg binary

# Generated files - don't diff
*.go binary

# Lock files
flake.lock text eol=lf merge=binary
