mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-05 01:50:27 +08:00
26 lines
517 B
Plaintext
26 lines
517 B
Plaintext
# Set default behavior to automatically normalize line endings
|
|
* text=auto
|
|
|
|
# Force specific file types to use LF line endings
|
|
*.py text eol=lf
|
|
*.js text eol=lf
|
|
*.ts text eol=lf
|
|
*.json text eol=lf
|
|
*.md text eol=lf
|
|
*.yml text eol=lf
|
|
*.yaml text eol=lf
|
|
*.toml text eol=lf
|
|
*.txt text eol=lf
|
|
|
|
# Force specific file types to use CRLF line endings
|
|
*.bat text eol=crlf
|
|
*.cmd text eol=crlf
|
|
|
|
# Binary files should be left untouched
|
|
*.png binary
|
|
*.jpg binary
|
|
*.jpeg binary
|
|
*.gif binary
|
|
*.ico binary
|
|
*.zip binary
|
|
*.tar.gz binary |