Recent searches

in

tab_size

On this page

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