Files
clip-annotator/.gitattributes
2026-05-01 09:24:14 +02:00

11 lines
247 B
Plaintext

# By default, normalize line endings
* text=auto
# Force Windows batch files to use CRLF
*.{cmd,[cC][mM][dD]} text eol=crlf
*.{bat,[bB][aA][tT]} text eol=crlf
*.{ics,[iI][cC][sS]} text eol=crlf
# Force Unix bash files to use LF
*.sh text eol=lf