gitattributes to enforce LF endings for text source code files

This commit is contained in:
hormelcookies 2020-09-05 13:07:54 -07:00
parent 484dd758b2
commit 5541c19f3a
1 changed files with 7 additions and 0 deletions

7
.gitattributes vendored Normal file
View File

@ -0,0 +1,7 @@
* text=auto
*.json text eol=lf
*.js text eol=lf
*.ts text eol=lf
*.patch text eol=lf
*.yml text eol=lf
*.yaml text eol=lf