Atom is a text editor widely used for programming on Linux PCs/servers, Windows, etc. This article introduces how to disable the phenomenon where long text gets wrapped in the Atom text editor.
From this state:

I want it to be like this:

In such cases, it seems you should enable something called soft wrap with ctrl-shift-P > Toggle Soft Wrap.

As a side note, the state where text is wrapped as in the first example is apparently called hard wrap.