Top "Eol" questions

EOL is short for "end of line". In text files each line is terminated with characters such as linefeed or carriage return or a combination thereof.

Changing file EOL with vscode extension API

Can I silently change end of line sequence in VSCode? Something like this: vscode.commands.executeCommand("workbench.action.editor.changeEOL", "…

visual-studio-code vscode-extensions eol
On windows, how would I detect the line ending of a file?

I've seen answers to the questions, but those answers are not from a windows perspective from what I can tell. …

windows file line-breaks line-endings eol
Scan whole line from file in C Programming

I was writing a program to input multiple lines from a file. the problem is i don't know the length …

c eol
Java source upgrade from 1.4.2 to 1.6.0_10 recommended ? (skipping 1.5)

Our desktop-only product at work has been using JDK 1.4.2 until now (also 1.4.2 JRE shipped with product). I am trying to …

java upgrade jdk1.6 jdk1.4 eol
Show only whitespaces in Atom (not EOL)

If I choose Show Invisibles in Atom settings, then all invisible characters become visible: I would like to hide EOLs, …

whitespace atom-editor eol
How to adjust SVN settings to convert line endlings on Windows?

I need to use SVN on Windows and would like to set it up such that line endings are always …

windows svn eol
Python bug - or my stupidity - EOL while scanning string literal

I cannot see a significant difference between the two following lines. Yet the first parses, and the latter, does not. …

python string syntax-error eol
Windows CRLF to Unix LF Issues in Vagrant

I'm working on provisioning a few VMs using Vagrant. Here's the situation: Host: Windows 7 (64-bit) Guest: Ubuntu 14.04 (64-bit) I am …

vagrant virtual-machine vagrantfile eol
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
can't install pip anymore with python 2.7?

I wanted to use a python script compatible with python 2.7 (but not 3.8) I need pip to make the script work …

python pip eol