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.
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.
The line break character is whatever the newline format for that file is. See View > Line Endings.