
While working with Atom text editor and writing your code, you may have seen a vertical line on the screen. It sometimes looks like there are multiple panes where there are difference workspaces but its part of the same code workspace area. If you want to get rid of this line and to make it less confusing when writing your code. You can follow the steps in this blog post to remove this line. Below is an example screenshot which shows a vertical line in this text editor:

Also Read: How to show Terraform configuration in Visual Graphical representaton using Graphviz
Disable the Vertical Line:
- Open Atom text Editor and go to File -> Settings or press Ctrl + ,

- Click on Packages on the left hand side and search for wrap in the installed packages then click on Disable.

- Once its disabled, close the settings page and go back to the code editor window. The Vertical Line will not be shown.
