Closed mderriey closed 2 years ago
Goddamn line endings.
Yeah, should enforce it using .gitattributes
- I pretty much only use Linux these days so I don't hit it. Want to send me a PR with how the file should be?
Will do
On Fri 26 Aug 2022 at 02:42, Aaron Powell @.***> wrote:
Goddamn line endings.
Yeah, should enforce it using .gitattributes - I pretty much only use Linux these days so I don't hit it. Want to send me a PR with how the file should be?
— Reply to this email directly, view it on GitHub https://github.com/aaronpowell/FSharp.CosmosDb/issues/67#issuecomment-1227890742, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABOR436H43MAMPXYMBIUVVTV3AHHHANCNFSM57S7FRKA . You are receiving this because you authored the thread.Message ID: @.***>
Hey 🙋♀️
Thanks for the repo, which I wanted to give a try after your latest post on Cosmos DB in a dev container.
I'm on a Windows machine:
Steps I took
Result
Building the container fails.
Toggle me to see the errors
Quick analysis
All the Bash files in the
.devcontainer
folder were checked out CRLF-style. Manually changing them to LF-style made the error disappear.Should we enforce LF line endings on these files through EditorConfig and
.gitattributes
or am I holding part of it wrong?