Sublime Forum

Add Line break

#1

How do I add line break without hitting enter? Because I was sending an email and I want to keep the code format in the message content.

When we type enter on Sublime Text, what is the line break characters. Is it \n?

Thank you in advanced.

0 Likes

#2

The line break character is whatever the newline format for that file is. See View > Line Endings.

0 Likes