14 lines
173 B
Text
14 lines
173 B
Text
# Normalize line endings
|
|
* text=auto
|
|
|
|
# Python files
|
|
*.py text eol=lf
|
|
|
|
# Shell scripts
|
|
*.sh text eol=lf
|
|
|
|
# Data files
|
|
*.csv text eol=lf
|
|
*.json text eol=lf
|
|
*.md text eol=lf
|
|
|