14 lines
279 B
Plaintext
Executable File
14 lines
279 B
Plaintext
Executable File
# Set default behavior for all text files to normalize to LF
|
|
* text=auto eol=lf
|
|
|
|
# Explicitly set LF for files that are sensitive to line endings
|
|
Dockerfile eol=lf
|
|
*.sh eol=lf
|
|
*.py eol=lf
|
|
*.yaml eol=lf
|
|
*.yml eol=lf
|
|
*.md eol=lf
|
|
.gitignore eol=lf
|
|
.gitattributes eol=lf
|
|
.env eol=lf
|