Add .gitattributes for consistent line endings
This commit is contained in:
parent
9b03548533
commit
31ddc2c7eb
10
.gitattributes
vendored
Normal file
10
.gitattributes
vendored
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
# Ensure consistent line endings across Windows and Linux
|
||||||
|
* text=auto
|
||||||
|
*.py text eol=lf
|
||||||
|
*.sh text eol=lf
|
||||||
|
*.yaml text eol=lf
|
||||||
|
*.yml text eol=lf
|
||||||
|
*.md text eol=lf
|
||||||
|
*.txt text eol=lf
|
||||||
|
*.xml text eol=lf
|
||||||
|
Dockerfile text eol=lf
|
||||||
Loading…
Reference in New Issue
Block a user