feat: enable indent whitespace_mode by default
This commit is contained in:
parent
3dc731d086
commit
c3808d11c0
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ highlight_current_line_gutter: bool = true,
|
|||
highlight_columns: []const u16 = &.{ 80, 100, 120 },
|
||||
highlight_columns_alpha: u8 = 240,
|
||||
highlight_columns_enabled: bool = false,
|
||||
whitespace_mode: WhitespaceMode = .none,
|
||||
whitespace_mode: WhitespaceMode = .indent,
|
||||
inline_diagnostics: bool = true,
|
||||
animation_min_lag: usize = 0, //milliseconds
|
||||
animation_max_lag: usize = 50, //milliseconds
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue