You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
Line endings for all text files now forced to \n instead of \r\n (#464)
This commit is contained in:
26
.gitattributes
vendored
26
.gitattributes
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user