- 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 clipboardsource_editor: tab_size: 2{ "source_editor": { "tab_size": 2 } }