feat: enable indent whitespace_mode by default

This commit is contained in:
CJ van den Berg 2025-11-18 12:37:54 +01:00
parent 3dc731d086
commit c3808d11c0
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -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