Top "Line-endings" questions

Line-ending signifies end of line.

Cherry-pick with ignore whitespace / line-endings

is there a way to tell git cherry-pick to use the renormalize merge strategy? I'm not sure the -X option …

linux git line-endings
Avoid "No newline at end of file" in git diff

I'm quite sure I understand what No newline at end of file means. I want to provide a pull request …

git line-endings gitattributes lf
Git - Windows AND linux line-endings

My main OS is windows 10. I have an Ubuntu 14.04 box running in Vagrant that I develop my applications on. The …

linux windows git ubuntu line-endings
Can SQL Server bcp in a file with Unix line endings?

I'm trying to use the SQL Server bcp utility to import a text file from a samba share. bcp is …

sql-server database cross-platform bcp line-endings
How do I enforce LF line endings in Jetbrains Rider 2018.1

I'm frequently running into line ending issues with my JetBrains Rider 2018.1 installation under Windows 10. The IDE turns existing LF files …

intellij-idea windows-10 jetbrains-ide line-endings rider
Historical reason behind different line ending at different platforms

Why did DOS/Windows and Mac decide to use \r\n and \r for line ending instead of \n? Was …

operating-system history text-files line-endings eol
How to make change to .gitattributes take effect

I'm working on a project where we have recently started using git. The setup was not perfect from start, so …

git attributes line-endings
Maven release plugin and windows line breaks

when i try to run the maven-release-plugin it changes the version in the pom.xml file. Prior to the maven …

maven-release-plugin line-endings
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 (…

emacs line-endings