> For the complete documentation index, see [llms.txt](https://jishnujithu.gitbook.io/textify/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jishnujithu.gitbook.io/textify/tools/whitespace-characters.md).

# Whitespace Characters

The **Whitespace Characters** tool displays otherwise invisible spaces and tabs in Blender’s Text Editor, inspired by the feature in **VS Code**. This helps you identify formatting issues, trailing spaces, and indentation inconsistencies—especially important in languages like Python where whitespace matters.

<div align="left"><figure><img src="/files/l2LlKhh9sjgnsdtITmM2" alt="" width="388"><figcaption></figcaption></figure></div>

***

### **🗝️ Key Features**

* Shows small visual markers for spaces and tabs.
* Helps detect accidental double spaces or mixed indentation.
* Updates in real-time as you type or edit.
* Works with both **spaces** and **tabs**, following your Text Editor’s indentation settings.

***

### **🛠️ Usage**

1. In the **Text Editor**, locate the **Textify** popover in the header.
2. Check the box for **Whitespace Characters**.
3. Once enabled, whitespace markers will appear in **all text blocks.**


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://jishnujithu.gitbook.io/textify/tools/whitespace-characters.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
