refactor: set default reflow_width to 76
More in line with flow's documentation and likely a more acceptable default value.
This commit is contained in:
parent
cdfa463ce7
commit
377b8ba6b3
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ auto_run_commands: ?[]const []const u8 = &.{"save_session_quiet"}, // a list of
|
|||
indent_size: usize = 4,
|
||||
tab_width: usize = 8,
|
||||
indent_mode: IndentMode = .auto,
|
||||
reflow_width: usize = 80,
|
||||
reflow_width: usize = 76,
|
||||
|
||||
top_bar: []const u8 = "tabs",
|
||||
bottom_bar: []const u8 = "mode file log selection diagnostics keybind branch linenumber clock spacer",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue