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

# Cross-platform artifacts and generated files use LF
docs/cli-schema.json text eol=lf
/plugin.json text eol=lf
plugins/winapp/** text eol=lf
.github/plugin/marketplace.json text eol=lf
.claude-plugin/marketplace.json text eol=lf
docs/npm-usage.md text eol=lf
src/winapp-npm/src/winapp-commands.ts text eol=lf

# Shell scripts should use LF
*.sh text eol=lf

# PowerShell and batch files can use CRLF
*.ps1 text eol=crlf
*.cmd text eol=crlf
*.bat text eol=crlf
