feat: add enable_format_on_save configuration option

This commit is contained in:
CJ van den Berg 2024-08-27 21:39:23 +02:00
parent 3fe1e1ea26
commit d11ea9dde4
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
2 changed files with 20 additions and 2 deletions

View file

@ -15,6 +15,7 @@ highlight_current_line_gutter: bool = true,
show_whitespace: bool = false,
animation_min_lag: usize = 0, //milliseconds
animation_max_lag: usize = 150, //milliseconds
enable_format_on_save: bool = false,
top_bar: []const u8 = "",
bottom_bar: []const u8 = "mode file log selection diagnostics linenumber",