# Ensure consistent line endings
* text=auto

# Force LF for source files
*.pas text eol=lf
*.dpr text eol=lf
*.inc text eol=lf
*.js text eol=lf
*.json text eol=lf
*.md text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.cfg text eol=lf

# Mark generated Pascal data so review tools can collapse it
source/generated/** linguist-generated=true
source/generated/*.res binary
