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:
CJ van den Berg 2026-02-02 12:12:29 +01:00
parent cdfa463ce7
commit 377b8ba6b3
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

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