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

# Schema files must keep LF endings for consistent hashing
src/dppvalidator/schemas/data/*.json text eol=lf

# Shell scripts
*.sh text eol=lf

# Windows batch files
*.bat text eol=crlf
*.cmd text eol=crlf
