Line endings for all text files now forced to \n instead of \r\n (#464)

This commit is contained in:
Gregory Heskett
2022-07-23 16:56:18 -04:00
committed by GitHub
parent 77f4bec4bc
commit 98958df324

26
.gitattributes vendored
View File

@@ -2,19 +2,19 @@
* text=auto * text=auto
# List text files in case git doesn't characterize correctly # List text files in case git doesn't characterize correctly
*.c text *.c text eol=lf
*.h text *.h text eol=lf
*.s text *.s text eol=lf
*.in text *.in text eol=lf
*.js text *.js text eol=lf
*.md text *.md text eol=lf
*.py text *.py text eol=lf
*.sh text *.sh text eol=lf
*.ld text *.ld text eol=lf
*.inc text *.inc text eol=lf
*.txt text *.txt text eol=lf
*.json text *.json text eol=lf
*.yaml text *.yaml text eol=lf
# Same for binary # Same for binary
*.bin binary *.bin binary