34 lines
387 B
Plaintext
34 lines
387 B
Plaintext
# Normalize all text files to LF
|
|
* text=auto eol=lf
|
|
|
|
# Python
|
|
*.py text eol=lf
|
|
|
|
# Markdown
|
|
*.md text eol=lf
|
|
|
|
# YAML
|
|
*.yml text eol=lf
|
|
*.yaml text eol=lf
|
|
|
|
# TOML
|
|
*.toml text eol=lf
|
|
|
|
# JSON
|
|
*.json text eol=lf
|
|
|
|
# Shell
|
|
*.sh text eol=lf
|
|
|
|
# Windows scripts
|
|
*.bat text eol=crlf
|
|
*.cmd text eol=crlf
|
|
|
|
# Binary files
|
|
*.png binary
|
|
*.jpg binary
|
|
*.jpeg binary
|
|
*.gif binary
|
|
*.ico binary
|
|
*.pdf binary
|