Top "Long-lines" questions

How can I do a line break (line continuation) in Python?

I have a long line of code that I want to break up among multiple lines. What do I use …

python syntax line-breaks long-lines
How can I do a line break (line continuation) in Kotlin

I have a long line of code that I want to break up among multiple lines. What do I use …

syntax kotlin line-breaks long-lines
Long lines in LaTeX

I have some code I write inside the verbatim environment. Sometimes, the lines are too long and the generated pdf …

latex long-lines
How to prevent YAML to dump long line without new line

Whenever my option goes beyond certain limit, pyyaml converts it into two lines. How to avoid this ? e.g. In [1]: …

python yaml line-breaks dump long-lines