tiangolo / full-stack-fastapi-couchbase

Full stack, modern web application generator. Using FastAPI, Couchbase as database, Docker, automatic HTTPS and more.
MIT License
441 stars 84 forks source link

Windows dev patch #9

Closed giesberge closed 4 years ago

giesberge commented 5 years ago

Related to issue #8

tiangolo commented 5 years ago

Thank you, although I would prefer not to include another dependency and logic for this specific use case.

I think it would be better to use git config --global core.autocrlf input: https://git-scm.com/book/en/v2/Customizing-Git-Git-Configuration

This would also help you with other projects.

And if you are using a modern editor, like Microsoft Visual Studio Code, it would be able to handle Linux style line endings.