feat: add enable_format_on_save configuration option
This commit is contained in:
parent
3fe1e1ea26
commit
d11ea9dde4
2 changed files with 20 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue