Skip to content
English
  • There are no suggestions because the search field is empty.

FAQ: Why are there lines in the text editor and can I get rid of them?

The gray vertical lines in the text editor are intentional!

Last updated - June 29, 2026

The gray vertical lines you see in your text editor are known as indentation lines. These are a visual representation of each tab in your code.

screenshot-rocks (19)-Jun-29-2026-10-20-12-8254-PM

Indentation lines are useful in HTML, for matching opening and closing tags, and Python where indentation is very important. They are a great tool for keeping your code clean and organized.

These indentation lines are built into the platform and cannot be removed.