Top "Line-endings" questions

Line-ending signifies end of line.

How to see what type of line endings are already in git repository?

First of all, I'm not asking what does it mean or how to change it. The thing what interest me …

git github version-control bitbucket line-endings
Python help reading csv file failing due to line-endings

I'm trying to create this script that will check the computer host name then search a master list for the …

python csv universal line-endings
How to make sure all my source files stay UTF-8 with Unix line endings?

I'm looking for some command-line tools for Linux that can help me detect and convert files from character sets like …

unix command-line character-encoding sublimetext line-endings
How can I get Git to truly *ignore* line endings?

How can I tell Git to truly not care about line endings? To leave them as LF or CRLF, as …

git tfs line-endings git-tf
'git apply' failed with code 1: trailing whitespace in SourceTree

I'm using SourceTree for easy code reviewing before committing. Within SourceTree I often stage and commit only part of the …

git line-endings core.autocrlf
How can I configure bash to handle CRLF shell scripts?

I want to execute bash scripts that happen to use Windows/CRLF line endings. I know of the tofrodos package, …

linux windows bash line-endings
How to WriteAllLines in C# without CRLF

I'm using C# and am trying to output a few lines to an ASCII file. The issue I'm having is …

c# file-io line-endings system.io.file
PHPStorm sync how to ignore line separators?

If I run a sync with a server I get changes in all files because of different line separators. All …

php intellij-idea phpstorm line-endings
git line endings - can't stash, reset and now can't rebase over spurious line endings commit

I have a repo I added a gitattributes to it and was working on it fine. I sync it via …

git line-endings
Is there an equivalent of BufferedReader.readLine() that lets me pick what my end of line characters are?

The Javadoc for BufferedReader.readLine() says: A line is considered to be terminated by any one of a line feed (…

java io newline line-endings