Merge pull request #195 from BeaudanBrown/remove-auto-line-endings

Stop git from defaulting to changing line endings
pull/196/head
sachaaaaa 6 years ago committed by GitHub
commit 92ff7a1995
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

11
.gitattributes vendored

@ -1,10 +1 @@
* text=auto
*.js text eol=lf
*.ts text eol=lf
*.tsx text eol=lf
*.scss text eol=lf
*.json text eol=lf
*.css text eol=lf
*.html text eol=lf
*.yaml text eol=lf
*.yml text eol=lf
* text=false

Loading…
Cancel
Save