Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upstyle: add .gitattributes file #13086
Conversation
On windows unless otherwise specified when cloning the repo the line ending will be CRLF which will cause some tests large specs to fail
|
@alan-agius4 does this work on the initial clone or is it just for new files? I'd also like to make sure this repo and angular/angular are in sync regarding git checkouts on Windows. Is this the same that is done there? |
|
@filipesilva this works on both the initial clone and newly added files. Angular/Angular have something similar https://github.com/angular/angular/blob/master/.gitattributes but I have added some addition extensions for us. |
|
Awesome then! |
f8bafc2
into
angular:master
On windows unless otherwise specified when cloning the repo the line ending will be CRLF which will cause some tests large specs to fail
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
On windows unless otherwise specified when cloning the repo the line ending will be CRLF which will cause some tests large specs to fail