☁️ Loving our new documentation website? Provide feedback in the CloudCannon Community! ✨

tab_size

Table of contents

Description:

This key defines the auto-indentation of each line and how many spaces a tab indentation counts as.

Appears in:
└── source_editor
    └── tab_size
Type:
number
Default value:
2
Examples:

In this example, we have configured the Source Editor to use 2 spaces for tab indentation.

Copied to clipboard
source_editor:
  tab_size: 2
{
  "source_editor": {
    "tab_size": 2
  }
}
Open in a new tab