Merge pull request #41 from jnMetaCode/fix/add-gitattributes
Add .gitattributes to enforce LF line endings
This commit is contained in:
commit
2bcbaeec6e
1 changed files with 5 additions and 0 deletions
5
.gitattributes
vendored
Normal file
5
.gitattributes
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# Ensure consistent line endings across platforms
|
||||
*.md text eol=lf
|
||||
*.yml text eol=lf
|
||||
*.yaml text eol=lf
|
||||
*.sh text eol=lf
|
||||
Loading…
Reference in a new issue