Skip to content

How to disable indent lines? #22285

Closed Answered by SomeoneToIgnore
Houdiee asked this question in Q&A
Discussion options

You must be logged in to vote

"indent_guides": {
/// Whether to show indent guides in the editor.
"enabled": true,

"indent_guides": {
// When to show indent guides in the project panel.
// This setting can take two values:
//
// 1. Always show indent guides:
// "always"
// 2. Never show indent guides:
// "never"
"show": "always"
}

"indent_guides": {
// When to show indent guides in the outline panel.
// This setting can take tw…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Houdiee
Comment options

Answer selected by SomeoneToIgnore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
bug [core label] triage Maintainer needs to classify the issue admin read Pending admin review
2 participants
Converted from issue

This discussion was converted from issue #22284 on December 20, 2024 10:11.