Add a setting to increase the thickness of the active indent guide (#13210)
Resolves #12312. Release Notes: - Added an option to configure the line width of the active indent guide [#12312](https://github.com/zed-industries/zed/issues/12312)
This commit is contained in:
parent
c8709978a1
commit
44c479c50c
5 changed files with 21 additions and 3 deletions
|
@ -11808,6 +11808,7 @@ fn indent_guide(buffer_id: BufferId, start_row: u32, end_row: u32, depth: u32) -
|
|||
settings: IndentGuideSettings {
|
||||
enabled: true,
|
||||
line_width: 1,
|
||||
active_line_width: 1,
|
||||
..Default::default()
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue