Category "line-endings"

How do I replace "\r" line endings when running Docker script on Windows?

I'm using Docker 19 on Windows 10 (using Cygwin to run Docker). I have this web/Dockerfile ... FROM python:3.7-slim RUN apt-get update && apt-get inst

Does .Net contain a built in Line Endings conversion which checking input format [duplicate]

I'm getting a string from an external native library function which uses "\n" for line separation. I simply want to write this to disk using t

emacs change default line ending

In Windows, Emacs is using cr-lf for a linebreak, but I like all my files to use Unix line endings (lf). I found a way to change it during my session, but I am