14 lines
232 B
Plaintext
14 lines
232 B
Plaintext
# Shell scripts must always use LF (Unix line endings)
|
|
*.sh text eol=lf
|
|
|
|
# Python scripts
|
|
*.py text eol=lf
|
|
|
|
# C/H source files
|
|
*.c text eol=lf
|
|
*.h text eol=lf
|
|
|
|
# Config files
|
|
*.ini text eol=lf
|
|
Dockerfile text eol=lf
|